diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-04 14:12:06 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-04-04 14:12:06 +0000 |
commit | 444d59a3b0820f37ceafa3c5ec323fb963622889 (patch) | |
tree | 986834b5ed81bf7dbb2159ceabc6e6393028afcc /share | |
parent | 5d284cf9c3024a5b392f28619d84cce0e0f754c9 (diff) |
apply some fixes originally mailed to jsg@;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/ieee80211.9 | 8 | ||||
-rw-r--r-- | share/man/man9/ieee80211_radiotap.9 | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man9/ieee80211.9 b/share/man/man9/ieee80211.9 index c721f4ff77a..6ab34dc081d 100644 --- a/share/man/man9/ieee80211.9 +++ b/share/man/man9/ieee80211.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211.9,v 1.1 2005/04/04 12:48:42 jsg Exp $ +.\" $OpenBSD: ieee80211.9,v 1.2 2005/04/04 14:12:05 jmc Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson <bms@spc.org> .\" Copyright (c) 2004 Darron Broad <darron@kewl.org> @@ -26,7 +26,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211.9,v 1.3 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211.9,v 1.1 2005/04/04 12:48:42 jsg Exp $ +.\" $Id: ieee80211.9,v 1.2 2005/04/04 14:12:05 jmc Exp $ .\" .Dd March 2, 2004 .Dt IEEE80211 9 @@ -93,7 +93,7 @@ function attaches the network interface to the 802.11 network stack layer. This function must be called before using any of the .Nm ieee80211 -functions which need to store driver state across invocations; +functions which need to store driver state across invocations. The .Vt struct ifnet instance pointed to by @@ -144,7 +144,7 @@ to an IEEE channel number for the driver .Fa ic . If the conversion would be invalid, an error message is printed to the system console. -This function REQUIRES that the driver is hooked up to the +This function requires that the driver is hooked up to the .Nm ieee80211 subsystem. .Pp 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. |