[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.57 and 1.58

version 1.57, 2011/01/09 22:16:46 version 1.58, 2011/09/17 14:10:05
Line 41 
Line 41 
 .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  .Op Fl s Ar source
 .Op Fl T Ar ToS  .Op Fl T Ar toskeyword
 .Op Fl V Ar rtable  .Op Fl V Ar rtable
 .Op Fl w Ar timeout  .Op Fl w Ar timeout
 .Op Fl X Ar proxy_protocol  .Op Fl X Ar proxy_protocol
Line 164 
Line 164 
 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.
 .It Fl T Ar ToS  .It Fl T Ar toskeyword
 Specifies IP Type of Service (ToS) for the connection.  Change IPv4 TOS value.
 Valid values are the tokens  .Ar toskeyword
 .Dq lowdelay ,  may be one of
 .Dq throughput ,  .Ar critical ,
 .Dq reliability ,  .Ar inetcontrol ,
 or an 8-bit hexadecimal value preceded by  .Ar lowdelay ,
 .Dq 0x .  .Ar netcontrol ,
   .Ar throughput ,
   .Ar reliability ,
   or one of the DiffServ Code Points:
   .Ar ef ,
   .Ar af11 ... af43 ,
   .Ar cs0 ... cs7 ;
   or a number in either hex or decimal.
 .It Fl t  .It Fl t
 Causes  Causes
 .Nm  .Nm

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58