diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-12 14:11:50 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2005-04-12 14:11:50 +0000 |
commit | e5da61354381a5d5facabf5e6fb49a90283ea36a (patch) | |
tree | 480bd2a2c8e6081aa11a117ba8cebc2f3fb803ff /usr.bin/netstat/netstat.1 | |
parent | aed447f2fcbeedad1cc02f452bc43d339a1cfe11 (diff) |
add '-W interface' for 802.11 wireless statistics of the net80211 stack.
ok dlg@ deraadt@ jmc@
Diffstat (limited to 'usr.bin/netstat/netstat.1')
-rw-r--r-- | usr.bin/netstat/netstat.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 9e152c94942..5c3fe22016e 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.41 2005/03/30 08:23:47 jaredy Exp $ +.\" $OpenBSD: netstat.1,v 1.42 2005/04/12 14:11:49 reyk Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -62,6 +62,8 @@ .Op Fl a .Op Fl f Ar address_family .Op Fl i | I Ar interface +.Nm netstat +.Op Fl W Ar interface .Sh DESCRIPTION The .Nm @@ -236,6 +238,9 @@ address family. .It Fl v Be verbose. Avoids truncation of long addresses. +.It Fl W Ar interface +(IEEE 802.11 devices only) +Show per-interface IEEE 802.11 wireless statistics. .It Fl w Ar wait Show network interface statistics at intervals of .Ar wait |