Belatedly fix documentation on which interface to use as argument.

This commit is contained in:
Gleb Smirnoff 2015-08-17 09:18:54 +00:00
parent 646041a89a
commit 5041118435
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd July 17, 2009 .Dd August 17, 2015
.Dt WLANDEBUG 8 .Dt WLANDEBUG 8
.Os .Os
.Sh NAME .Sh NAME
@ -45,7 +45,7 @@ Running
.Nm .Nm
without any options will display the current messages without any options will display the current messages
enabled for the specified network interface enabled for the specified network interface
(by default, ``ath0'). (by default, ``wlan0').
The default debugging level for new interfaces can be set The default debugging level for new interfaces can be set
by specifying the by specifying the
.Fl d .Fl d
@ -148,7 +148,7 @@ trace transmit rate control operation.
.Sh EXAMPLES .Sh EXAMPLES
The following might be used to debug basic station mode operation: The following might be used to debug basic station mode operation:
.Pp .Pp
.Dl "wlandebug -i ral0 scan+auth+assoc" .Dl "wlandebug -i wlan1 scan+auth+assoc"
.Pp .Pp
it enables debug messages while scanning, authenticating to it enables debug messages while scanning, authenticating to
an access point, and associating to an access point. an access point, and associating to an access point.