diff options
author | keramida <keramida@FreeBSD.org> | 2003-03-26 02:00:35 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2003-03-26 02:00:35 +0000 |
commit | e182583687dded87435725b546353654d6d0b9cd (patch) | |
tree | f301297a826879490d64c8f1d4bdcf235359667f /usr.bin/netstat/netstat.1 | |
parent | 5fb77f7c70d3cbf27395bd9a6199fb665398515c (diff) | |
download | FreeBSD-src-e182583687dded87435725b546353654d6d0b9cd.zip FreeBSD-src-e182583687dded87435725b546353654d6d0b9cd.tar.gz |
Document the undcumnt -l option (that's a lowercase `el').
PR: 48466
Submitted by: Peter Philipp <dot.bomb@freenet.de>
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-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 eca652a..54d90ba 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 |