aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2014-04-11 21:54:55 +0000
committerXin LI <delphij@FreeBSD.org>2014-04-11 21:54:55 +0000
commit8048f728a691ae3a90ef3e73d7942f9d417d4617 (patch)
treed5e6ef0b6ec629a968a9e061345e5408e5da501c
parent9c95e4238512453a7367f0fbeb10329675f6a44c (diff)
Vendor import nc(1) from OPENBSD_5_5.vendor/netcat/5.5
-rw-r--r--nc.17
1 files changed, 3 insertions, 4 deletions
diff --git a/nc.1 b/nc.1
index 81309e86f809..109cc299db60 100644
--- a/nc.1
+++ b/nc.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nc.1,v 1.65 2013/08/20 21:05:20 jmc Exp $
+.\" $OpenBSD: nc.1,v 1.67 2014/02/26 20:56:11 claudio Exp $
.\"
.\" Copyright (c) 1996 David Sacerdote
.\" All rights reserved.
@@ -25,7 +25,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: August 20 2013 $
+.Dd $Mdocdate: February 10 2014 $
.Dt NC 1
.Os
.Sh NAME
@@ -227,7 +227,6 @@ unless the
flag is given.
.It Fl V Ar rtable
Set the routing table to be used.
-The default is 0.
.It Fl v
Have
.Nm
@@ -356,7 +355,7 @@ Using a second machine, connect to the listening
.Nm
process, feeding it the file which is to be transferred:
.Pp
-.Dl $ nc host.example.com 1234 \*(Lt filename.in
+.Dl $ nc -N host.example.com 1234 \*(Lt filename.in
.Pp
After the file has been transferred, the connection will close automatically.
.Sh TALKING TO SERVERS