[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.51 and 1.52

version 1.51, 2009/10/22 12:35:53 version 1.52, 2009/10/22 15:02:12
Line 175 
Line 175 
 to script telnet sessions.  to script telnet sessions.
 .It Fl U  .It Fl U
 Specifies to use  Specifies to use
 .Ux  .Ux Ns -domain
 domain sockets.  sockets.
 .It Fl u  .It Fl u
 Use UDP instead of the default option of TCP.  Use UDP instead of the default option of TCP.
 .It Fl V Ar rdomain  .It Fl V Ar rdomain
Line 389 
Line 389 
 .Dl $ nc -s 10.1.2.3 host.example.com 42  .Dl $ nc -s 10.1.2.3 host.example.com 42
 .Pp  .Pp
 Create and listen on a  Create and listen on a
 .Ux  .Ux Ns -domain
 domain socket:  socket:
 .Pp  .Pp
 .Dl $ nc -lU /var/tmp/dsocket  .Dl $ nc -lU /var/tmp/dsocket
 .Pp  .Pp

Legend:
Removed from v.1.51  
changed lines
  Added in v.1.52