summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-12-01 15:18:25 +0000
committerjhb <jhb@FreeBSD.org>2009-12-01 15:18:25 +0000
commita15d850ed5fbc2a64ec45c1eb523b96828df2036 (patch)
treefeb705d10216322b377418071ab90453c4819677 /usr.bin
parent3595d5cfed7d9eaa4ef3c6d382c4564a6df138f2 (diff)
downloadFreeBSD-src-a15d850ed5fbc2a64ec45c1eb523b96828df2036.zip
FreeBSD-src-a15d850ed5fbc2a64ec45c1eb523b96828df2036.tar.gz
Remove -t from the manpage and usage.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/netstat/main.c4
-rw-r--r--usr.bin/netstat/netstat.15
2 files changed, 3 insertions, 6 deletions
diff --git a/usr.bin/netstat/main.c b/usr.bin/netstat/main.c
index d2f6b46..fec7172 100644
--- a/usr.bin/netstat/main.c
+++ b/usr.bin/netstat/main.c
@@ -359,7 +359,7 @@ main(int argc, char *argv[])
af = AF_UNSPEC;
- while ((ch = getopt(argc, argv, "AaBbdf:ghI:iLlM:mN:np:rSstuWw:xz")) != -1)
+ while ((ch = getopt(argc, argv, "AaBbdf:ghI:iLlM:mN:np:rSsuWw:xz")) != -1)
switch(ch) {
case 'A':
Aflag = 1;
@@ -777,7 +777,7 @@ usage(void)
(void)fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n",
"usage: netstat [-AaLnSWx] [-f protocol_family | -p protocol]\n"
" [-M core] [-N system]",
-" netstat -i | -I interface [-abdhntW] [-f address_family]\n"
+" netstat -i | -I interface [-abdhnW] [-f address_family]\n"
" [-M core] [-N system]",
" netstat -w wait [-I interface] [-d] [-M core] [-N system]",
" netstat -s [-s] [-z] [-f protocol_family | -p protocol]\n"
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1
index cddaaaf..587cbb2 100644
--- a/usr.bin/netstat/netstat.1
+++ b/usr.bin/netstat/netstat.1
@@ -92,7 +92,7 @@ is present, display socket buffer and tcp timer statistics for each internet soc
.Bk -words
.Nm
.Fl i | I Ar interface
-.Op Fl abdhntW
+.Op Fl abdhnW
.Op Fl f Ar address_family
.Op Fl M Ar core
.Op Fl N Ar system
@@ -123,9 +123,6 @@ If
.Fl h
is also present, print all counters in human readable form.
If
-.Fl t
-is also present, show the contents of watchdog timers.
-If
.Fl W
is also present, print interface names using a wider field size.
.It Xo
OpenPOWER on IntegriCloud