[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.60 and 1.61

version 1.60, 2010/07/31 14:25:37 version 1.61, 2010/10/30 23:06:05
Line 60 
Line 60 
 .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 v
 .Op Fl M Ar core  .Op Fl M Ar core
 .Op Fl N Ar system  .Op Fl N Ar system
 .Fl P Ar pcbaddr  .Fl P Ar pcbaddr
Line 93 
Line 94 
 .Nm  .Nm
 will continuously display the information regarding packet  will continuously display the information regarding packet
 traffic on the configured network interfaces.  traffic on the configured network interfaces.
 The fourth form displays statistics about the protocol control block (PCB).  The fourth form displays internals of the protocol control block (PCB)
   and the socket structure.
 The fifth form displays statistics about the named protocol.  The fifth form displays statistics about the named protocol.
 The sixth form displays per interface statistics for  The sixth form displays per interface statistics for
 the specified address family.  the specified address family.
Line 229 
Line 231 
 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  .It Fl P Ar pcbaddr
 Display the contents of the protocol control block (PCB) located at  Display the contents of the socket or protocol control block (PCB)
 the kernel virtual address  located at the kernel virtual address
 .Ar pcbaddr .  .Ar pcbaddr .
 PCB addresses can be obtained using the  PCB addresses can be obtained using the
 .Fl A  .Fl A
 flag.  flag.
 This option can currently only be used to display TCP control blocks.  When used with the
   .Fl v
   option, also print socket, domain and protocol specific structures.
 .It Fl p Ar protocol  .It Fl p Ar protocol
 Restrict the output to  Restrict the output to
 .Ar protocol ,  .Ar protocol ,
Line 279 
Line 283 
 Show extra (verbose) detail for the routing tables  Show extra (verbose) detail for the routing tables
 .Pq Fl r ,  .Pq Fl r ,
 or avoid truncation of long addresses.  or avoid truncation of long addresses.
   When used with the
   .Fl P
   option, also print socket, domain and protocol specific structures.
 .It Fl W Ar interface  .It Fl W Ar interface
 (IEEE 802.11 devices only)  (IEEE 802.11 devices only)
 Show per-interface IEEE 802.11 wireless statistics.  Show per-interface IEEE 802.11 wireless statistics.

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61