[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.41 and 1.42

version 1.41, 2005/10/25 03:51:06 version 1.42, 2006/01/25 23:21:37
Line 36 
Line 36 
 .Bk -words  .Bk -words
 .Op Fl 46DdhklnrStUuvz  .Op Fl 46DdhklnrStUuvz
 .Op Fl i Ar interval  .Op Fl i Ar interval
   .Op Fl P Ar proxy_username
 .Op Fl p Ar source_port  .Op Fl p Ar source_port
 .Op Fl s Ar source_ip_address  .Op Fl s Ar source_ip_address
 .Op Fl T Ar ToS  .Op Fl T Ar ToS
Line 128 
Line 129 
 .It Fl n  .It Fl n
 Do not do any DNS or service lookups on any specified addresses,  Do not do any DNS or service lookups on any specified addresses,
 hostnames or ports.  hostnames or ports.
   .It Fl P Ar proxy_username
   Specifies a username to present to a proxy server that requires authentication.
   If no username is specified then authentication will not be attempted.
   Proxy authentication is only supported for HTTP CONNECT proxies at present.
 .It Fl p Ar source_port  .It Fl p Ar source_port
 Specifies the source port  Specifies the source port
 .Nm  .Nm
Line 386 
Line 391 
 for more information.  for more information.
 .Pp  .Pp
 .Dl $ nc -x10.2.3.4:8080 -Xconnect host.example.com 42  .Dl $ nc -x10.2.3.4:8080 -Xconnect host.example.com 42
   .Pp
   The same example again, this time enabling proxy authentication with username
   .Dq ruser
   if the proxy requires it:
   .Pp
   .Dl $ nc -x10.2.3.4:8080 -Xconnect -Pruser host.example.com 42
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr cat 1 ,  .Xr cat 1 ,
 .Xr ssh 1  .Xr ssh 1

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42