diff options
author | markus <> | 2004-07-15 15:07:52 +0000 |
---|---|---|
committer | markus <> | 2004-07-15 15:07:52 +0000 |
commit | b53060ba50604219e47eced0aca13d53d0b98b80 (patch) | |
tree | 096e994e24209a61de2f3b5d5c6e9eb2a501680b /src/usr.bin/nc/nc.1 | |
parent | b30926eb26089ec41bda98ce642ae145915f9a26 (diff) | |
download | openbsd-b53060ba50604219e47eced0aca13d53d0b98b80.tar.gz openbsd-b53060ba50604219e47eced0aca13d53d0b98b80.tar.bz2 openbsd-b53060ba50604219e47eced0aca13d53d0b98b80.zip |
add -D for sodebug; ok deraadt, jmc
Diffstat (limited to 'src/usr.bin/nc/nc.1')
-rw-r--r-- | src/usr.bin/nc/nc.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr.bin/nc/nc.1 b/src/usr.bin/nc/nc.1 index 719cdd8466..182950a952 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.31 2004/03/12 10:10:00 jmc Exp $ | 1 | .\" $OpenBSD: nc.1,v 1.32 2004/07/15 15:07:52 markus Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1996 David Sacerdote | 3 | .\" Copyright (c) 1996 David Sacerdote |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -34,7 +34,7 @@ | |||
34 | .Sh SYNOPSIS | 34 | .Sh SYNOPSIS |
35 | .Nm nc | 35 | .Nm nc |
36 | .Bk -words | 36 | .Bk -words |
37 | .Op Fl 46dhklnrStUuvz | 37 | .Op Fl 46DdhklnrStUuvz |
38 | .Op Fl i Ar interval | 38 | .Op Fl i Ar interval |
39 | .Op Fl p Ar source_port | 39 | .Op Fl p Ar source_port |
40 | .Op Fl s Ar source_ip_address | 40 | .Op Fl s Ar source_ip_address |
@@ -91,6 +91,8 @@ to use IPv4 addresses only. | |||
91 | Forces | 91 | Forces |
92 | .Nm | 92 | .Nm |
93 | to use IPv6 addresses only. | 93 | to use IPv6 addresses only. |
94 | .It Fl D | ||
95 | Enable debugging on the socket. | ||
94 | .It Fl d | 96 | .It Fl d |
95 | Do not attempt to read from stdin. | 97 | Do not attempt to read from stdin. |
96 | .It Fl h | 98 | .It Fl h |