[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.33 and 1.34

version 1.33, 2004/10/17 03:13:55 version 1.34, 2004/12/31 15:23:31
Line 353 
Line 353 
 .Pp  .Pp
 .Dl $ nc -lU /var/tmp/dsocket  .Dl $ nc -lU /var/tmp/dsocket
 .Pp  .Pp
 Connect to port 42 of hostname via an HTTP proxy at 10.2.3.4:  Connect to port 42 of hostname via an HTTP proxy at 10.2.3.4, port 8080:
 .Pp  .Pp
 .Dl $ nc -x10.2.3.4:8080 -Xconnect hostname 42  .Dl $ nc -x10.2.3.4:8080 -Xconnect hostname 42
 .Sh SEE ALSO  .Sh SEE ALSO

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34