diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-22 13:28:47 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2004-01-22 13:28:47 +0000 |
commit | dcc3bd094e1969c3b0801a7baba10d465c7af82a (patch) | |
tree | 5767067ea785ceb4836637dbdfa24e9ffffac0f8 /usr.bin/nc/nc.1 | |
parent | d3dd8ec82e10166fb6a301c4a0e25061785a0c6f (diff) |
-S enables tcp md5 signature option; ok deraadt@, mcbride@
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 29f506945cd..5bf4480433f 100644 --- a/usr.bin/nc/nc.1 +++ b/usr.bin/nc/nc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nc.1,v 1.26 2003/09/05 16:54:07 jmc Exp $ +.\" $OpenBSD: nc.1,v 1.27 2004/01/22 13:28:46 markus Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. @@ -33,7 +33,7 @@ .Nd "arbitrary TCP and UDP connections and listens" .Sh SYNOPSIS .Nm nc -.Op Fl 46hklnrtuvzU +.Op Fl 46hklnrtuvzSU .Op Fl i Ar interval .Op Fl p Ar source port .Op Fl s Ar source ip address @@ -154,6 +154,8 @@ If port is not specified, port 1080 is used. Specifies that .Nm should just scan for listening daemons, without sending any data to them. +.It Fl S +Enables the RFC 2385 TCP MD5 signature option. .It Fl U Specifies to use Unix Domain Sockets. .It Fl X Ar version |