[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.72 and 1.73

version 1.72, 2016/06/02 04:26:32 version 1.73, 2016/06/28 17:35:14
Line 40 
Line 40 
 .Op Fl I Ar length  .Op Fl I Ar length
 .Op Fl i Ar interval  .Op Fl i Ar interval
 .Op Fl K Ar keyfile  .Op Fl K Ar keyfile
   .Op Fl M Ar ttl
   .Op Fl m Ar minttl
 .Op Fl O Ar length  .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
Line 171 
Line 173 
 Additionally, any timeouts specified with the  Additionally, any timeouts specified with the
 .Fl w  .Fl w
 option are ignored.  option are ignored.
   .It Fl M Ar ttl
   Set the TTL / Hop Limit of outgoing packets.
   .It Fl m Ar minttl
   Ask the kernel to drop incoming packets whose TTL / Hop Limit is under
   .Ar minttl .
 .It Fl N  .It Fl N
 .Xr shutdown 2  .Xr shutdown 2
 the network socket after EOF on the input.  the network socket after EOF on the input.

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73