From 10626faea4aba2d2badd185f5ffdad9ff74c6c73 Mon Sep 17 00:00:00 2001 From: Hiten Pandya Date: Fri, 18 Jul 2003 11:40:41 +0000 Subject: [PATCH] WLAN related fixes: - Add some wlan(4) related cross-references. - Add some "device" lines to SYNOPSIS - Correct grammar/sentencing in ath_hal(4) manual page PR: docs/54114 Submitted by: Lukas Ertl Approved by: des (mentor) --- share/man/man4/an.4 | 1 + share/man/man4/ath.4 | 2 ++ share/man/man4/ath_hal.4 | 6 +++--- share/man/man4/wi.4 | 3 +++ 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 2de95699941..f90282f9890 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 5901fcb30d3..313104fa715 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 ec12b0b9ef1..bba01eefcd3 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 fe0cd0c4fbb..9aa720dac85 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 881e383a227..713cbcbd324 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 . -- 2.45.2