diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-14 09:43:08 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2008-10-14 09:43:08 +0000 |
commit | 1055d655ee070920c1d2d973b551dc30106b7f55 (patch) | |
tree | 08496b5ef70eceee1534c622207a6bfe5c5ada7f | |
parent | 91f248dc34125f51e9089723bb8926125489d970 (diff) |
- shorten the name description for this device
(new description from damien)
- format the text in the man page a little, to avoid line wrap
ok damien for the Nd bit
-rw-r--r-- | share/man/man4/iwn.4 | 18 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 7 |
2 files changed, 14 insertions, 11 deletions
diff --git a/share/man/man4/iwn.4 b/share/man/man4/iwn.4 index 247053b7c55..357cfff687d 100644 --- a/share/man/man4/iwn.4 +++ b/share/man/man4/iwn.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iwn.4,v 1.9 2008/10/13 16:37:52 damien Exp $ +.\" $OpenBSD: iwn.4,v 1.10 2008/10/14 09:43:07 jmc Exp $ .\" .\" Copyright (c) 2007,2008 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -15,12 +15,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 13 2008 $ +.Dd $Mdocdate: October 14 2008 $ .Os .Dt IWN 4 .Sh NAME .Nm iwn -.Nd "Intel Wireless WiFi Link 4965AGN and Intel WiFi Link 5000 Series IEEE 802.11a/b/g/Draft-N wireless network devices" +.Nd "Intel WiFi Link 4965/5100/5300 IEEE 802.11a/b/g/Draft-N wireless network devices" .Sh SYNOPSIS .Cd "iwn* at pci?" .Sh DESCRIPTION @@ -28,13 +28,17 @@ The .Nm driver provides support for .Tn Intel -Wireless WiFi Link 4965AGN and Intel WiFi Link 5000 Series Mini PCI Express network adapters. +Wireless WiFi Link 4965AGN and Intel WiFi Link 5000 Series +Mini PCI Express network adapters. .Pp -The Intel Wireless WiFi Link 4965AGN product is a PCIe Mini Card network adapter that operates in both the 2.4GHz and 5GHZ spectrum. +The Intel Wireless WiFi Link 4965AGN product is a PCIe Mini Card +network adapter that operates in both the 2.4GHz and 5GHZ spectrum. The 4965AGN adapters have 2 transmit paths and 3 receiver paths (2T3R). .Pp -The Intel WiFi Link 5000 is a family of wireless network adapters that operate in both the 2.4GHz and 5GHz spectrum. -These adapters are available in both PCIe Mini Card (model code ending by MMW) and PCIe Half Mini Card (model code ending by HMW) form factor. +The Intel WiFi Link 5000 is a family of wireless network adapters +that operate in both the 2.4GHz and 5GHz spectrum. +These adapters are available in both PCIe Mini Card (model code ending by MMW) +and PCIe Half Mini Card (model code ending by HMW) form factor. The .Nm driver provides support for the 5100, 5150, 5300 and 5350 adapters. diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index c9bd69a2cec..689ef8ec6fe 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.261 2008/10/14 06:47:27 deraadt Exp $ +.\" $OpenBSD: pci.4,v 1.262 2008/10/14 09:43:07 jmc Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -277,9 +277,8 @@ Intel PRO/Wireless 2100 IEEE 802.11b wireless network device Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11a/b/g wireless network device .It Xr iwn 4 -Intel Wireless WiFi Link 4965AGN -and -Intel WiFi Link 5000 Series IEEE 802.11a/b/g/Draft-N wireless network devices. +Intel WiFi Link 4965/5100/5300 +IEEE 802.11a/b/g/Draft-N wireless network devices .It Xr malo 4 Marvell Libertas IEEE 802.11b/g wireless network device .It Xr pgt 4 |