diff options
author | dim <dim@FreeBSD.org> | 2015-08-17 19:02:23 +0000 |
---|---|---|
committer | dim <dim@FreeBSD.org> | 2015-08-17 19:02:23 +0000 |
commit | 1b2342b5bac68ed5fb9fa605713427bcfc02f964 (patch) | |
tree | 1e4ed07070b081ea94eda0aedb432015098f448c /usr.sbin/wlandebug/wlandebug.8 | |
parent | c1addfe0e15d5999b596bb58b758b424143bb484 (diff) | |
parent | a7ecfcac5413dc4d0d69986acfbe52a5e8ecb48f (diff) | |
download | FreeBSD-src-1b2342b5bac68ed5fb9fa605713427bcfc02f964.zip FreeBSD-src-1b2342b5bac68ed5fb9fa605713427bcfc02f964.tar.gz |
Merge ^/head r286697 through r286857.
Diffstat (limited to 'usr.sbin/wlandebug/wlandebug.8')
-rw-r--r-- | usr.sbin/wlandebug/wlandebug.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wlandebug/wlandebug.8 b/usr.sbin/wlandebug/wlandebug.8 index 8c8122c..0640eff 100644 --- a/usr.sbin/wlandebug/wlandebug.8 +++ b/usr.sbin/wlandebug/wlandebug.8 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd July 17, 2009 +.Dd August 17, 2015 .Dt WLANDEBUG 8 .Os .Sh NAME @@ -45,7 +45,7 @@ Running .Nm without any options will display the current messages enabled for the specified network interface -(by default, ``ath0'). +(by default, ``wlan0'). The default debugging level for new interfaces can be set by specifying the .Fl d @@ -148,7 +148,7 @@ trace transmit rate control operation. .Sh EXAMPLES The following might be used to debug basic station mode operation: .Pp -.Dl "wlandebug -i ral0 scan+auth+assoc" +.Dl "wlandebug -i wlan1 scan+auth+assoc" .Pp it enables debug messages while scanning, authenticating to an access point, and associating to an access point. |