[BACK]Return to netstat.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / netstat

Diff for /src/usr.bin/netstat/netstat.1 between version 1.75 and 1.76

version 1.75, 2015/02/12 01:49:02 version 1.76, 2015/02/12 13:14:54
Line 105 
Line 105 
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl A  .It Fl A
 With the default display,  Show the address of any protocol control blocks associated with sockets;
 show the address of any protocol control blocks associated with sockets; used  useful for debugging e.g. with the
 for debugging, e.g. with the  
 .Fl P  .Fl P
 flag.  flag.
 When used with the  When used with the
 .Fl -r  .Fl r
 flag it shows the internal pointers of the routing table.  flag it shows the internal addresses of the routing table.
 Only the super-user can use this option.  Only the super-user can see these addresses;
   unprivileged users will see them as 0x0.
 .It Fl a  .It Fl a
 With the default display,  With the default display,
 show the state of all sockets; normally sockets used by  show the state of all sockets; normally sockets used by
Line 231 
Line 231 
 When used with the  When used with the
 .Fl v  .Fl v
 option, also print socket, domain and protocol specific structures.  option, also print socket, domain and protocol specific structures.
 Only the super-user can use this option.  Only the super-user can use the
   .Fl P
   option.
 .It Fl p Ar protocol  .It Fl p Ar protocol
 Restrict the output to  Restrict the output to
 .Ar protocol ,  .Ar protocol ,

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76