diff options
author | Hiten Pandya <hmp@FreeBSD.org> | 2003-07-18 11:40:41 +0000 |
---|---|---|
committer | Hiten Pandya <hmp@FreeBSD.org> | 2003-07-18 11:40:41 +0000 |
commit | 10626faea4aba2d2badd185f5ffdad9ff74c6c73 (patch) | |
tree | 5db7087a18dd91af1fa5dbf8a222f509fac79ab0 /share | |
parent | a0f1a723a2e1d2c347775cc9a2328bdec9fd893b (diff) | |
download | src-test2-10626faea4aba2d2badd185f5ffdad9ff74c6c73.tar.gz src-test2-10626faea4aba2d2badd185f5ffdad9ff74c6c73.zip |
Notes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/an.4 | 1 | ||||
-rw-r--r-- | share/man/man4/ath.4 | 2 | ||||
-rw-r--r-- | share/man/man4/ath_hal.4 | 6 | ||||
-rw-r--r-- | share/man/man4/wi.4 | 3 | ||||
-rw-r--r-- | share/man/man4/wlan.4 | 8 |
5 files changed, 14 insertions, 6 deletions
diff --git a/share/man/man4/an.4 b/share/man/man4/an.4 index 2de956999416..f90282f9890e 100644 --- a/share/man/man4/an.4 +++ b/share/man/man4/an.4 @@ -104,6 +104,7 @@ command. .Xr arp 4 , .Xr miibus 4 , .Xr netintro 4 , +.Xr wlan 4 , .Xr ancontrol 8 , .Xr ifconfig 8 .Sh HISTORY diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 5901fcb30d39..313104fa715e 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -39,6 +39,8 @@ .Nd "Atheros IEEE 802.11 driver" .Sh SYNOPSIS .Cd "device ath" +.Cd "device ath_hal" +.Cd "device wlan" .Sh DESCRIPTION The .Nm diff --git a/share/man/man4/ath_hal.4 b/share/man/man4/ath_hal.4 index ec12b0b9ef15..bba01eefcd30 100644 --- a/share/man/man4/ath_hal.4 +++ b/share/man/man4/ath_hal.4 @@ -42,9 +42,9 @@ .Sh DESCRIPTION The .Nm -modules provides hardware support for wireless network adapters based on +module provides hardware support for wireless network adapters based on the Atheros AR5210, AR5211, and AR5212 chips. -This modules is required by the +This module is required by the .Xr ath 4 driver. .Pp @@ -67,7 +67,7 @@ Netgear WAB501 AR5211 Cardbus Netgear WAG511 AR5212 Cardbus .El .Sh SEE ALSO -.Xr ath 4 , +.Xr ath 4 .Re .Sh HISTORY The diff --git a/share/man/man4/wi.4 b/share/man/man4/wi.4 index fe0cd0c4fbb2..9aa720dac854 100644 --- a/share/man/man4/wi.4 +++ b/share/man/man4/wi.4 @@ -39,6 +39,7 @@ .Nd "Lucent Hermes, Intersil PRISM and Spectrum24 IEEE 802.11 driver" .Sh SYNOPSIS .Cd "device wi" +.Cd "device wlan" .Sh DESCRIPTION The .Nm @@ -318,11 +319,13 @@ command. .Sh SEE ALSO .Xr an 4 , .Xr arp 4 , +.Xr ath 4 , .Xr card 4 , .Xr netintro 4 , .Xr pccard 4 , .Xr pccbb 4 , .Xr pcic 4 , +.Xr wlan 4 , .Xr ifconfig 8 , .Xr wicontrol 8 .Rs diff --git a/share/man/man4/wlan.4 b/share/man/man4/wlan.4 index 881e383a2271..713cbcbd324d 100644 --- a/share/man/man4/wlan.4 +++ b/share/man/man4/wlan.4 @@ -39,9 +39,10 @@ The device provides generic code to support 802.11 drivers, including host AP mode. Currently it is required for the -.Xr wi 4 -and +.Xr wi 4 , .Xr an 4 +and +.Xr ath 4 drivers but will eventually be required by all 802.11 drivers. .Sh COMPATIBILITY The module name of @@ -50,6 +51,7 @@ was used to be compatible with .Nx . .Sh SEE ALSO .Xr an 4 , +.Xr ath 4 , .Xr awi 4 , .Xr netintro 4 , .Xr wi 4 @@ -67,4 +69,4 @@ by .An -nosplit .An Sam Leffler Aq sam@FreeBSD.org . This manual page was written by -.An Tom Rhodes Aq trhodes@FreeBSD.org .
\ No newline at end of file +.An Tom Rhodes Aq trhodes@FreeBSD.org . |