summaryrefslogtreecommitdiffstats
path: root/contrib/netcat/nc.1
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-04-15 19:15:05 +0000
committerdelphij <delphij@FreeBSD.org>2010-04-15 19:15:05 +0000
commit90101e00e653216061e646af3706d0c6e6fb970e (patch)
treede1477b5b3b08733844ccf71d66da95f3d3c93b2 /contrib/netcat/nc.1
parent01ef7192f849b67bf2654f9236edaec599810b24 (diff)
downloadFreeBSD-src-90101e00e653216061e646af3706d0c6e6fb970e.zip
FreeBSD-src-90101e00e653216061e646af3706d0c6e6fb970e.tar.gz
Diff reduction with OpenBSD:
- Remove unused locally added variable; - Deprecate -o: it's the default behavior on OpenBSD. X-MFC: along with nc 4.7.
Diffstat (limited to 'contrib/netcat/nc.1')
-rw-r--r--contrib/netcat/nc.113
1 files changed, 2 insertions, 11 deletions
diff --git a/contrib/netcat/nc.1 b/contrib/netcat/nc.1
index fc2c8af..ac6aa47 100644
--- a/contrib/netcat/nc.1
+++ b/contrib/netcat/nc.1
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 23, 2010
+.Dd April 15, 2010
.Dt NC 1
.Os
.Sh NAME
@@ -36,7 +36,7 @@
.Sh SYNOPSIS
.Nm nc
.Bk -words
-.Op Fl 46DdEhklnorStUuvz
+.Op Fl 46DdEhklnrStUuvz
.Op Fl e Ar IPsec_policy
.Op Fl I Ar length
.Op Fl i Ar interval
@@ -159,15 +159,6 @@ socket option.
.It Fl O Ar length
Specifies the size of the TCP send buffer.
When
-.It Fl o
-.Dq Once-only mode .
-By default,
-.Nm
-does not terminate on EOF condition on input,
-but continues until the network side has been closed down.
-Specifying
-.Fl o
-will make it terminate on EOF as well.
.It Fl P Ar proxy_username
Specifies a username to present to a proxy server that requires authentication.
If no username is specified then authentication will not be attempted.
OpenPOWER on IntegriCloud