diff options
author | 2001-08-02 20:54:56 +0000 | |
---|---|---|
committer | 2001-08-02 20:54:56 +0000 | |
commit | 861c49fb5b95357bb676154438c80a47e3e36568 (patch) | |
tree | 785a6a939a6d8e8ff94b7f1817284dc90dff2974 | |
parent | Declare prompt_vPrintf as being printf-link when __GNUC__ is defined (diff) | |
download | wireguard-openbsd-861c49fb5b95357bb676154438c80a47e3e36568.tar.xz wireguard-openbsd-861c49fb5b95357bb676154438c80a47e3e36568.zip |
fix doc syntax
from Dima Dorfman <dima@unixfreak.org>
-rw-r--r-- | usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 031c9b1c207..5aeb8509c31 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.15 2001/06/27 03:05:21 smart Exp $ +.\" $OpenBSD: nc.1,v 1.16 2001/08/02 20:54:56 ericj Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -163,7 +163,7 @@ was able to connect to. .It Li "nc -v -u -z -w 3 hostname 20-30" Send UDP packets to ports 20-30 of example.host, and report which ones did not respond with an ICMP packet after three seconds. -.It Li "nc -l -p 3000" +.It Li "nc -l 3000" Listen on TCP port 3000, and once there is a connection, send stdin to the remote host, and send data from the remote host to stdout. .It Li "echo foobar | nc hostname 1000" |