summaryrefslogtreecommitdiff
path: root/share/man/man9
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2008-03-09 15:34:35 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2008-03-09 15:34:35 +0000
commit343ef5e42a4b623f1dcf2e7e65ca986e96201baa (patch)
tree2eb9dd8872f278b8b47d691381a32e3482518839 /share/man/man9
parent9304448358903cac2b296b16da68d914ca5b76cd (diff)
DLT_IEEE_80211_RADIO -> DLT_IEEE802_11_RADIO;
from Sam Banks, freebsd docs/121477
Diffstat (limited to 'share/man/man9')
-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 835f50d39cc..b1373803c2e 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.9 2007/05/31 19:20:00 jmc Exp $
+.\" $OpenBSD: ieee80211_radiotap.9,v 1.10 2008/03/09 15:34:34 jmc Exp $
.\"
.\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org>,
.\" Darron Broad <darron@kewl.org>,
@@ -27,9 +27,9 @@
.\" 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.9 2007/05/31 19:20:00 jmc Exp $
+.\" $Id: ieee80211_radiotap.9,v 1.10 2008/03/09 15:34:34 jmc Exp $
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: March 9 2008 $
.Dt IEEE80211_RADIOTAP 9
.Os
.Sh NAME
@@ -73,7 +73,7 @@ This information may be used by a variety of user agents, including
It is requested by using the
.Xr bpf 4
data-link type
-.Dv DLT_IEEE_80211_RADIO .
+.Dv DLT_IEEE802_11_RADIO .
.Pp
.\"
Each frame using this attachment has the following header prepended to it:
@@ -104,7 +104,7 @@ It is necessary for the driver to create this attachment after calling
by calling
.Fn bpfattach2
with the data-link type set to
-.Dv DLT_IEEE_80211_RADIO .
+.Dv DLT_IEEE802_11_RADIO .
.Pp
.\"
When the information is available,