Remove -t from the manpage and usage.

This commit is contained in:
John Baldwin 2009-12-01 15:18:25 +00:00
parent aaae58c491
commit 3ee7e0d48e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199993
2 changed files with 3 additions and 6 deletions

View File

@ -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"

View File

@ -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