=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nc/nc.1,v retrieving revision 1.21 retrieving revision 1.22 diff -c -r1.21 -r1.22 *** src/usr.bin/nc/nc.1 2002/02/19 22:45:18 1.21 --- src/usr.bin/nc/nc.1 2002/02/28 18:05:36 1.22 *************** *** 1,4 **** ! .\" $OpenBSD: nc.1,v 1.21 2002/02/19 22:45:18 ericj Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. --- 1,4 ---- ! .\" $OpenBSD: nc.1,v 1.22 2002/02/28 18:05:36 markus Exp $ .\" .\" Copyright (c) 1996 David Sacerdote .\" All rights reserved. *************** *** 39,44 **** --- 39,45 ---- .Op Fl s Ar source ip address .Op Fl x Ar proxy address Op :port .Op Fl w Ar timeout + .Op Fl X Ar socks version .Op Ar hostname .Op Ar port[s] .Sh DESCRIPTION *************** *** 133,139 **** .Nm should connect to .Ar hostname ! using a socks5 proxy at address and port. If port is not specified, port 1080 is used. .It Fl z Specifies that --- 134,140 ---- .Nm should connect to .Ar hostname ! using a SOCKS proxy at address and port. If port is not specified, port 1080 is used. .It Fl z Specifies that *************** *** 141,146 **** --- 142,153 ---- should just scan for listening daemons, without sending any data to them. .It Fl U Specifies to use Unix Domain Sockets. + .It Fl X Ar version + Requests that + .Nm + should use the specified version of the SOCKS protocol when talking to + a SOCKS proxy. + If version is not specified, SOCKS version 5 is used. .El .Sh EXAMPLES .Bl -tag -width x