[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.46 and 1.47

version 1.46, 2008/05/06 05:47:39 version 1.47, 2008/05/06 16:21:03
Line 35 
Line 35 
 .Nm nc  .Nm nc
 .Bk -words  .Bk -words
 .Op Fl 46DdhklnrStUuvz  .Op Fl 46DdhklnrStUuvz
 .Op Fl I Ar receive_buffer_len  .Op Fl I Ar length
 .Op Fl i Ar interval  .Op Fl i Ar interval
 .Op Fl O Ar send_buffer_len  .Op Fl O Ar length
 .Op Fl P Ar proxy_username  .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
Line 103 
Line 103 
 Prints out  Prints out
 .Nm  .Nm
 help.  help.
 .It Fl I Ar receive_buffer_len  .It Fl I Ar length
 Specifies the size of the TCP receive buffer.  Specifies the size of the TCP receive buffer.
 .It Fl i Ar interval  .It Fl i Ar interval
 Specifies a delay time interval between lines of text sent and received.  Specifies a delay time interval between lines of text sent and received.
Line 122 
Line 122 
 should listen for an incoming connection rather than initiate a  should listen for an incoming connection rather than initiate a
 connection to a remote host.  connection to a remote host.
 It is an error to use this option in conjunction with the  It is an error to use this option in conjunction with the
 .It Fl O Ar send_buffer_len  
 Specifies the size of the TCP send buffer.  
 .Fl p ,  .Fl p ,
 .Fl s ,  .Fl s ,
 or  or
Line 135 
Line 133 
 .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 O Ar length
   Specifies the size of the TCP send buffer.
 .It Fl P Ar proxy_username  .It Fl P Ar proxy_username
 Specifies a username to present to a proxy server that requires authentication.  Specifies a username to present to a proxy server that requires authentication.
 If no username is specified then authentication will not be attempted.  If no username is specified then authentication will not be attempted.

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47