aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/wlan.4
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2004-06-16 08:33:57 +0000
commitbf7f20c2b6525c652039ed567af156fe2fbe19be (patch)
tree45340076f670c5a33c9f8979cfb69f5797c2be57 /share/man/man4/wlan.4
parent57ab3660ff30195e6da01f74a891d3d427966c55 (diff)
downloadsrc-bf7f20c2b6525c652039ed567af156fe2fbe19be.tar.gz
src-bf7f20c2b6525c652039ed567af156fe2fbe19be.zip
Assorted markup, spelling, and grammar fixes.
Notes
Notes: svn path=/head/; revision=130582
Diffstat (limited to 'share/man/man4/wlan.4')
-rw-r--r--share/man/man4/wlan.419
1 files changed, 9 insertions, 10 deletions
diff --git a/share/man/man4/wlan.4 b/share/man/man4/wlan.4
index 035d3396f0f3..e5601955efc8 100644
--- a/share/man/man4/wlan.4
+++ b/share/man/man4/wlan.4
@@ -46,24 +46,23 @@ and
drivers but will eventually be required by all 802.11 drivers.
.Pp
If the associated interface is marked for debugging with, for example,
-.Bd -literal -offset indent
-ifconfig wi0 debug
-.Ed
+.Pp
+.Dl "ifconfig wi0 debug"
.Pp
then messages describing the operation of the 802.11 protocol will
be sent to the console.
With the interface marked for debugging, doing:
-.Bd -literal -offset indent
-sysctl debug.ieee80211=1
-.Ed
+.Pp
+.Dl "sysctl debug.ieee80211=1"
.Pp
causes additional messages to be generated.
Many drivers will also display the contents of each 802.11 frame
sent and received when the interface is marked with
-both debugging and ``link2''; e.g.
-.Bd -literal -offset indent
-ifconfig wi0 debug link2
-.Ed
+both debugging and
+.Cm link2 ;
+e.g.,
+.Pp
+.Dl "ifconfig wi0 debug link2"
.Pp
Beware however that some management frames may be processed entirely within
the device and not be received by the host.