diff options
Diffstat (limited to 'usr.bin/netstat/netstat.1')
| -rw-r--r-- | usr.bin/netstat/netstat.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 30a8249b3143..680a0be0257a 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -40,7 +40,7 @@ .Nd show network status .Sh SYNOPSIS .Nm netstat -.Op Fl Aan +.Op Fl AaLn .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system @@ -197,6 +197,11 @@ for the specfied or .Ar protocol, respectively. +.It Fl L +Show the size of the various listen queues. The first count shows the +number of unaccepted connections. +The second count shows the amount of unaccepted incomplete connections. +The third count is the maximum number of queued connections. .It Fl M Extract values associated with the name list from the specified core instead of the default |
