summaryrefslogtreecommitdiff
path: root/share/man/man9/ieee80211_radiotap.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/ieee80211_radiotap.9')
-rw-r--r--share/man/man9/ieee80211_radiotap.910
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9
index 0485ef14027..bd4d29bbd86 100644
--- a/share/man/man9/ieee80211_radiotap.9
+++ b/share/man/man9/ieee80211_radiotap.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ieee80211_radiotap.9,v 1.2 2005/04/04 14:01:38 jmc Exp $
+.\" $OpenBSD: ieee80211_radiotap.9,v 1.3 2005/04/04 14:12:05 jmc Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>,
.\" Darron Broad <darron@kewl.org>,
@@ -27,7 +27,7 @@
.\" SUCH DAMAGE.
.\"
.\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $
-.\" $Id: ieee80211_radiotap.9,v 1.2 2005/04/04 14:01:38 jmc Exp $
+.\" $Id: ieee80211_radiotap.9,v 1.3 2005/04/04 14:12:05 jmc Exp $
.\"
.Dd March 2, 2004
.Dt IEEE80211_RADIOTAP 9
@@ -98,7 +98,7 @@ and a macro to set the bits of the
bitmap to indicate which fields exist and are filled in by the driver.
.\"
.Pp
-Radiotap headers are copied to the userland via a separate bpf attachment.
+Radiotap headers are copied to userland via a separate bpf attachment.
It is necessary for the driver to create this attachment after calling
.Xr ieee80211_ifattach 9
by calling
@@ -135,8 +135,8 @@ The first value is the frequency upon which this PDU was transmitted
or received.
The second value is a bitmap containing flags which specify properties of
the channel in use.
-These are documented within the header file,
-.In net80211/ieee80211_radiotap.h .
+These are documented within the header file
+.Aq Pa net80211/ieee80211_radiotap.h .
.It Dv IEEE80211_RADIOTAP_FHSS
This field contains two 8-bit values.
This field should be present for frequency-hopping radios only.