diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-26 02:00:35 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2003-03-26 02:00:35 +0000 |
| commit | 66fe5468f78998d6742ad37542b14c4e4dafe848 (patch) | |
| tree | f301297a826879490d64c8f1d4bdcf235359667f /usr.bin/netstat | |
| parent | cbee8fbe2ea9b7b916509dd9a5e45401add9500e (diff) | |
Document the undcumnt -l option (that's a lowercase `el').
PR: 48466
Submitted by: Peter Philipp <dot.bomb@freenet.de>
Notes
svn path=/head/; revision=112658
Diffstat (limited to 'usr.bin/netstat')
| -rw-r--r-- | usr.bin/netstat/netstat.1 | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index eca652a32967..54d90ba885ff 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -49,7 +49,7 @@ depending on the options for the information presented. .It Xo .Bk -words .Nm -.Op Fl AaLnSW +.Op Fl AaLlnSW .Op Fl f Ar protocol_family | Fl p Ar protocol .Op Fl M Ar core .Op Fl N Ar system @@ -189,7 +189,7 @@ The network manages a private pool of memory buffers. .Bk -words .Nm .Fl r -.Op Fl AanW +.Op Fl AalnW .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system @@ -213,6 +213,8 @@ parent route); normally these routes are not shown. When .Fl W +or +.Fl l is also present, show the path MTU for each route. @@ -233,7 +235,7 @@ is repeated, counters with a value of zero are suppressed. .Bk -words .Nm .Fl g -.Op Fl W +.Op Fl lW .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system @@ -293,6 +295,11 @@ The following address families and protocols are recognized: The program will complain if .Ar protocol is unknown or if there is no statistics routine for it. +.It Fl l +The +.Fl l +option is equivalent to +.Fl W . .It Fl M Extract values associated with the name list from the specified core instead of the default |
