diff options
author | ru <ru@FreeBSD.org> | 2003-05-21 20:52:57 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-21 20:52:57 +0000 |
commit | 76385274341df02e6ba28bfa180eb7776c6f31d9 (patch) | |
tree | e474e70cc85b26c0c199e30959f133e2c302b4f9 /usr.bin/netstat | |
parent | 117dadd4fc86e34c23ea73f768d344e9d6153da1 (diff) | |
download | FreeBSD-src-76385274341df02e6ba28bfa180eb7776c6f31d9.zip FreeBSD-src-76385274341df02e6ba28bfa180eb7776c6f31d9.tar.gz |
Revert last delta.
The -l option is deprecated (hence undocumented in usage() and
SYNOPSIS), as was threatened in the commitlog accompanying rev.
1.10 of main.c.
Approved by: re (blanket)
Diffstat (limited to 'usr.bin/netstat')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 54d90ba..eca652a 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 AaLlnSW +.Op Fl AaLnSW .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 AalnW +.Op Fl AanW .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system @@ -213,8 +213,6 @@ parent route); normally these routes are not shown. When .Fl W -or -.Fl l is also present, show the path MTU for each route. @@ -235,7 +233,7 @@ is repeated, counters with a value of zero are suppressed. .Bk -words .Nm .Fl g -.Op Fl lW +.Op Fl W .Op Fl f Ar address_family .Op Fl M Ar core .Op Fl N Ar system @@ -295,11 +293,6 @@ 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 |