[BACK]Return to nc.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / nc

Diff for /src/usr.bin/nc/nc.1 between version 1.21 and 1.22

version 1.21, 2002/02/19 22:45:18 version 1.22, 2002/02/28 18:05:36
Line 39 
Line 39 
 .Op Fl s Ar source ip address  .Op Fl s Ar source ip address
 .Op Fl x Ar proxy address Op :port  .Op Fl x Ar proxy address Op :port
 .Op Fl w Ar timeout  .Op Fl w Ar timeout
   .Op Fl X Ar socks version
 .Op Ar hostname  .Op Ar hostname
 .Op Ar port[s]  .Op Ar port[s]
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 133 
Line 134 
 .Nm  .Nm
 should connect to  should connect to
 .Ar hostname  .Ar hostname
 using a socks5 proxy at address and port.  using a SOCKS proxy at address and port.
 If port is not specified, port 1080 is used.  If port is not specified, port 1080 is used.
 .It Fl z  .It Fl z
 Specifies that  Specifies that
Line 141 
Line 142 
 should just scan for listening daemons, without sending any data to them.  should just scan for listening daemons, without sending any data to them.
 .It Fl U  .It Fl U
 Specifies to use Unix Domain Sockets.  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  .El
 .Sh EXAMPLES  .Sh EXAMPLES
 .Bl -tag -width x  .Bl -tag -width x

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22