diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 5aeb8509c3..8fc86c303c 100644 --- a/src/usr.bin/nc/nc.1 +++ b/src/usr.bin/nc/nc.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: nc.1,v 1.16 2001/08/02 20:54:56 ericj Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.17 2001/08/30 13:21:50 krw Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -157,7 +157,7 @@ Open a TCP connection to port 42 of hostname, displaying all | |||
157 | diagnostic messages on stderr. | 157 | diagnostic messages on stderr. |
158 | .It Li "nc -v -z hostname 20-30" | 158 | .It Li "nc -v -z hostname 20-30" |
159 | Attempt to open TCP connections to ports 20 through 30 of | 159 | Attempt to open TCP connections to ports 20 through 30 of |
160 | hostname , and report which ones | 160 | hostname, and report which ones |
161 | .Nm | 161 | .Nm |
162 | was able to connect to. | 162 | was able to connect to. |
163 | .It Li "nc -v -u -z -w 3 hostname 20-30" | 163 | .It Li "nc -v -u -z -w 3 hostname 20-30" |