[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.55 and 1.56

version 1.55, 2010/07/25 07:51:39 version 1.56, 2011/01/08 00:44:19
Line 155 
Line 155 
 Enables the RFC 2385 TCP MD5 signature option.  Enables the RFC 2385 TCP MD5 signature option.
 .It Fl s Ar source_ip_address  .It Fl s Ar source_ip_address
 Specifies the IP of the interface which is used to send the packets.  Specifies the IP of the interface which is used to send the packets.
   For
   .Ux Ns -domain
   datagram sockets, specifies the local temporary socket file
   to create and use so that datagrams can be received.
 It is an error to use this option in conjunction with the  It is an error to use this option in conjunction with the
 .Fl l  .Fl l
 option.  option.
Line 179 
Line 183 
 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.
   For
   .Ux Ns -domain
   sockets, use a datagram socket instead of a stream socket.
   If a
   .Ux Ns -domain
   socket is used, a temporary receiving socket is created in
   .Pa /tmp
   unless the
   .Fl s
   flag is given.
 .It Fl V Ar rtable  .It Fl V Ar rtable
 Set the routing table to be used.  Set the routing table to be used.
 The default is 0.  The default is 0.

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56