summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-02-10 19:21:50 +0000
committerjmc <jmc@openbsd.org>2014-02-10 19:21:50 +0000
commit6ab9539b340e4f86de27dc7ce9267e05d33b8d9c (patch)
tree9b3c059b097ce76ec518ca2475d6d0fed2e73be4
parentassume tweaking package status always work if $state->{not}. (diff)
downloadwireguard-openbsd-6ab9539b340e4f86de27dc7ce9267e05d33b8d9c.tar.xz
wireguard-openbsd-6ab9539b340e4f86de27dc7ce9267e05d33b8d9c.zip
one of the examples needs -N to work again;
the paper trail appears to be: reported in feebsd pr docs/185353 by rol robert-eckardt de fix suggested by peter wemm diff submitted to tech by allan jude
-rw-r--r--usr.bin/nc/nc.16
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1
index 81309e86f80..ae9331abf20 100644
--- a/usr.bin/nc/nc.1
+++ b/usr.bin/nc/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.66 2014/02/10 19:21:50 jmc 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
@@ -356,7 +356,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