diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-07-15 15:07:53 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-07-15 15:07:53 +0000 |
commit | 784d42662f31f3db6f6a7259e300a1ec8205ca63 (patch) | |
tree | fa89b87b3f9e6f5876e2a33887368f2949eb2b22 /usr.bin/nc/nc.1 | |
parent | 2e11a1d23a814b47701a5bb499eb0e932e1dbda3 (diff) |
add -D for sodebug; ok deraadt, jmc
Diffstat (limited to 'usr.bin/nc/nc.1')
-rw-r--r-- | usr.bin/nc/nc.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/nc/nc.1 b/usr.bin/nc/nc.1 index 719cdd84664..182950a9524 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.31 2004/03/12 10:10:00 jmc Exp $ +.\" $OpenBSD: nc.1,v 1.32 2004/07/15 15:07:52 markus Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -34,7 +34,7 @@ .Sh SYNOPSIS .Nm nc .Bk -words -.Op Fl 46dhklnrStUuvz +.Op Fl 46DdhklnrStUuvz .Op Fl i Ar interval .Op Fl p Ar source_port .Op Fl s Ar source_ip_address @@ -91,6 +91,8 @@ to use IPv4 addresses only. Forces .Nm to use IPv6 addresses only. +.It Fl D +Enable debugging on the socket. .It Fl d Do not attempt to read from stdin. .It Fl h |