Fix references.

This commit is contained in:
Edward Tomasz Napierala 2010-03-29 17:39:38 +00:00
parent c99255b8a6
commit 11b168b80e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205846
5 changed files with 21 additions and 13 deletions

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 4, 2009
.Dd March 29, 2010
.Dt NET80211 9
.Os
.Sh NAME
@ -551,11 +551,18 @@ Device supports Reduced Inter Frame Spacing (RIFS).
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr ndis 4 ,
.Xr ieee80211_amrr 9 ,
.Xr ieee80211_beacon 9 ,
.Xr ieee80211_bmiss 9 ,
.Xr ieee80211_crypto 9 ,
.Xr ieee80211_ddb 9 ,
.Xr ieee80211_input 9 ,
.Xr ieee80211_input_all 9 ,
.Xr ieee80211_scan_next 9 ,
.Xr ieee80211_recv_action 9 ,
.Xr ieee80211_send_action 9 ,
.Xr ieee80211_radiotap_attach 9 ,
.Xr ieee80211_node 9 ,
.Xr ieee80211_output 9 ,
.Xr ieee80211_proto 9 ,
.Xr ieee80211_radiotap 9 ,
.Xr ieee80211_regdomain 9 ,
.Xr ieee80211_scan 9 ,
.Xr ieee80211_vap 9 ,
.Xr ifnet 9 ,
.Xr malloc 9

View File

@ -27,7 +27,7 @@
.\" $FreeBSD$
.\" $Id: ieee80211_crypto.9,v 1.3 2004/03/04 10:42:56 bruce Exp $
.\"
.Dd August 4, 2009
.Dd March 29, 2010
.Dt IEEE80211_CRYPTO 9
.Os
.Sh NAME
@ -253,6 +253,7 @@ and
These calls also synchronize hardware key state update
when receive traffic is active.
.Sh SEE ALSO
.Xr ieee80211 9 ,
.Xr ioctl 2 ,
.Xr wlan_ccmp 4 ,
.Xr wlan_tkip 4 ,

View File

@ -26,7 +26,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd August 4, 2009
.Dd March 29, 2010
.Dt IEEE80211_NODE 9
.Os
.Sh NAME
@ -246,6 +246,6 @@ If the specified index is
.Dv IEEE80211_KEYIX_NONE
then a normal lookup is done without a table update.
.Sh SEE ALSO
.Xr ddb 9
.Xr ddb 9 ,
.Xr ieee80211 9 ,
.Xr ieee80211_proto 9

View File

@ -27,7 +27,7 @@
.\" $FreeBSD$
.\" $Id: ieee80211_output.9,v 1.5 2004/03/04 12:31:18 bruce Exp $
.\"
.Dd August 4, 2009
.Dd March 29, 2010
.Dt IEEE80211_OUTPUT 9
.Os
.Sh NAME
@ -189,6 +189,6 @@ a device may not report if an ACK frame is received and/or a device may queue
transmit requests in its hardware and only report status on whether
the frame was successfully queued.
.Sh SEE ALSO
.Xr bpf 4
.Xr bpf 4 ,
.Xr ieee80211 9 ,
.Xr ifnet 9

View File

@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 20, 2010
.Dd March 29, 2010
.Dt IEEE80211_SCAN 9
.Os
.Sh NAME
@ -346,5 +346,5 @@ applications through the
request.
.Sh SEE ALSO
.Xr ioctl 2 ,
.Xr ieee80211 9 .
.Xr ieee80211 9 ,
.Xr ieee80211_proto 9