diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-09 09:45:03 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-03-09 09:45:03 +0000 |
commit | 0c06fd522d546bb11b9657f4c98340a1ae7d8a54 (patch) | |
tree | 73e82471720c6305469c1ad05f8d20c506810622 | |
parent | 1aac5b96b93bee1da3a68959585ae0a9c2ba3eb7 (diff) |
use `CardBus' rather than `Cardbus' for consistency;
-rw-r--r-- | share/man/man4/ath.4 | 4 | ||||
-rw-r--r-- | share/man/man4/atw.4 | 16 | ||||
-rw-r--r-- | share/man/man4/rtw.4 | 8 |
3 files changed, 14 insertions, 14 deletions
diff --git a/share/man/man4/ath.4 b/share/man/man4/ath.4 index 20443db17ef..8a635452263 100644 --- a/share/man/man4/ath.4 +++ b/share/man/man4/ath.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ath.4,v 1.15 2005/03/06 21:49:00 jmc Exp $ +.\" $OpenBSD: ath.4,v 1.16 2005/03/09 09:45:02 jmc Exp $ .\" $NetBSD: ath.4,v 1.5 2004/07/03 16:58:18 mycroft Exp $ .\" .\" Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting @@ -284,7 +284,7 @@ driver: .Pp .Bl -column -compact "Samsung SWL-5200N" "AR5212" "CardBus" "a/b/g" -offset 6n .Em "Card Chip Bus Standard" -3Com 3CRPAG175 AR5212 Cardbus a/b/g +3Com 3CRPAG175 AR5212 CardBus a/b/g Aztech WL830PC AR5212 CardBus b/g D-Link DWL-A650 AR5210 CardBus a D-Link DWL-AB650 AR5211 CardBus a/b diff --git a/share/man/man4/atw.4 b/share/man/man4/atw.4 index fe57442e3e1..ffd4ff5c637 100644 --- a/share/man/man4/atw.4 +++ b/share/man/man4/atw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atw.4,v 1.12 2005/03/06 21:49:00 jmc Exp $ +.\" $OpenBSD: atw.4,v 1.13 2005/03/09 09:45:02 jmc Exp $ .\" $NetBSD: atw.4,v 1.8 2004/06/06 04:05:49 wiz Exp $ .\" .\" Copyright (c) 2003 @@ -40,7 +40,7 @@ .Sh DESCRIPTION The .Nm -driver supports PCI/Cardbus 802.11b wireless adapters based on the +driver supports PCI/CardBus 802.11b wireless adapters based on the ADMtek ADM8211. .Pp The ADM8211 is a bus-mastering 802.11 Media Access Controller (MAC) @@ -206,18 +206,18 @@ and enable WEP encryption using that key. .Sh HARDWARE The .Nm -driver supports PCI and Cardbus cards using revision 0x11 and 0x15 +driver supports PCI and CardBus cards using revision 0x11 and 0x15 of the ADM8211 (aka ADM8211A). This includes: .Pp .Bl -tag -width Ds -offset indent -compact -.It 3Com OfficeConnect 3CRSHPW796 Cardbus +.It 3Com OfficeConnect 3CRSHPW796 CardBus .It Belkin F5D6001 PCI (version 2 only) -.It Blitz NetWave Point Cardbus -.It D-Link DWL-650 Rev. \&L1 Cardbus +.It Blitz NetWave Point CardBus +.It D-Link DWL-650 Rev. \&L1 CardBus .It D-Link DWL-520 Rev. \&C1 PCI .It LanReady WP2000 PCI -.It TrendNet TEW-221PC Cardbus +.It TrendNet TEW-221PC CardBus .It Xterasys XN2511B PCI .El .Pp @@ -228,7 +228,7 @@ driver does not yet support cards using revision 0x20 (ADM8211B) or This includes: .Pp .Bl -tag -width Ds -offset indent -compact -.It SMC 2635W Cardbus +.It SMC 2635W CardBus .El .Sh EXAMPLES The following diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4 index eecb2a9248a..914f400ba8e 100644 --- a/share/man/man4/rtw.4 +++ b/share/man/man4/rtw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtw.4,v 1.8 2005/03/06 21:49:00 jmc Exp $ +.\" $OpenBSD: rtw.4,v 1.9 2005/03/09 09:45:02 jmc Exp $ .\" .\" Copyright (c) 2004 Jonathan Gray <jsg@openbsd.org> .\" @@ -26,7 +26,7 @@ .Sh DESCRIPTION The .Nm -driver supports PCI/Cardbus 802.11b wireless adapters based on the +driver supports PCI/CardBus 802.11b wireless adapters based on the Realtek 8180. .Pp These are the modes the @@ -174,8 +174,8 @@ Enable WEP encryption with the persistent key stored in the network card. The following adapters are known to be supported: .Pp .Bl -tag -width Ds -offset indent -compact -.It Corega CG-WLCB11V3 Cardbus -.It Netgear MA521 Cardbus +.It Corega CG-WLCB11V3 CardBus +.It Netgear MA521 CardBus .El .Sh EXAMPLES The following |