[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.37 and 1.38

version 1.37, 2005/02/21 10:56:22 version 1.38, 2005/05/20 10:55:09
Line 375 
Line 375 
 .Dl $ nc -lU /var/tmp/dsocket  .Dl $ nc -lU /var/tmp/dsocket
 .Pp  .Pp
 Connect to port 42 of host.example.com via an HTTP proxy at 10.2.3.4,  Connect to port 42 of host.example.com via an HTTP proxy at 10.2.3.4,
 port 8080:  port 8080.
   This example could also be used by
   .Xr ssh 1 ;
   see the
   .Cm ProxyCommand
   directive in
   .Xr ssh_config 5
   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
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr cat 1  .Xr cat 1 ,
   .Xr ssh 1
 .Sh AUTHORS  .Sh AUTHORS
 Original implementation by *Hobbit*  Original implementation by *Hobbit*
 .Aq hobbit@avian.org .  .Aq hobbit@avian.org .

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38