[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.44 and 1.45

version 1.44, 2005/06/08 04:47:04 version 1.45, 2005/06/16 16:03:32
Line 54 
Line 54 
 .Op Fl N Ar system  .Op Fl N Ar system
 .Op Fl w Ar wait  .Op Fl w Ar wait
 .Nm netstat  .Nm netstat
   .Op Fl M Ar core
   .Op Fl N Ar system
   .Fl P Ar pcbaddr
   .Nm netstat
 .Op Fl s  .Op Fl s
 .Op Fl M Ar core  .Op Fl M Ar core
 .Op Fl N Ar system  .Op Fl N Ar system
Line 93 
Line 97 
 .It Fl A  .It Fl A
 With the default display,  With the default display,
 show the address of any protocol control blocks associated with sockets; used  show the address of any protocol control blocks associated with sockets; used
 for debugging.  for debugging, e.g. with the
   .Fl P
   flag.
 .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 203 
Line 209 
 interprets addresses and attempts to display them  interprets addresses and attempts to display them
 symbolically).  symbolically).
 This option may be used with any of the display formats.  This option may be used with any of the display formats.
   .It Fl P Ar pcbaddr
   Display the contents of the protocol control block (PCB) located at
   the kernel virtual address
   .Ar pcbaddr .
   PCB addresses can be obtained using the
   .Fl A
   flag.
   This option can currently only be used to display TCP control blocks.
 .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.44  
changed lines
  Added in v.1.45