Tue Mar 3 09:59:20 2015 UTC ()
fix typo.


(nonaka)
diff -r1.1 -r1.2 src/share/man/man4/iwm.4

cvs diff -r1.1 -r1.2 src/share/man/man4/iwm.4 (switch to unified diff)

--- src/share/man/man4/iwm.4 2015/02/08 16:44:09 1.1
+++ src/share/man/man4/iwm.4 2015/03/03 09:59:20 1.2
@@ -1,70 +1,70 @@ @@ -1,70 +1,70 @@
1.\" $NetBSD: iwm.4,v 1.1 2015/02/08 16:44:09 wiz Exp $ 1.\" $NetBSD: iwm.4,v 1.2 2015/03/03 09:59:20 nonaka Exp $
2.\" 2.\"
3.\" Copyright (c) 2015 The NetBSD Foundation, Inc. 3.\" Copyright (c) 2015 The NetBSD Foundation, Inc.
4.\" All rights reserved. 4.\" All rights reserved.
5.\" 5.\"
6.\" This code is derived from software contributed to The NetBSD Foundation 6.\" This code is derived from software contributed to The NetBSD Foundation
7.\" by Thomas Klausner. 7.\" by Thomas Klausner.
8.\" 8.\"
9.\" Redistribution and use in source and binary forms, with or without 9.\" Redistribution and use in source and binary forms, with or without
10.\" modification, are permitted provided that the following conditions 10.\" modification, are permitted provided that the following conditions
11.\" are met: 11.\" are met:
12.\" 1. Redistributions of source code must retain the above copyright 12.\" 1. Redistributions of source code must retain the above copyright
13.\" notice, this list of conditions and the following disclaimer. 13.\" notice, this list of conditions and the following disclaimer.
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
15.\" notice, this list of conditions and the following disclaimer in the 15.\" notice, this list of conditions and the following disclaimer in the
16.\" documentation and/or other materials provided with the distribution. 16.\" documentation and/or other materials provided with the distribution.
17.\" 17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 18.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 19.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 21.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 22.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE. 28.\" POSSIBILITY OF SUCH DAMAGE.
29.\" 29.\"
30.Dd February 8, 2015 30.Dd February 8, 2015
31.Dt IWM 4 31.Dt IWM 4
32.Os 32.Os
33.Sh NAME 33.Sh NAME
34.Nm iwm 34.Nm iwm
35.Nd Intel Wireless and Centrino Wireless IEEE 802.111 wireless network driver 35.Nd Intel Wireless and Centrino Wireless IEEE 802.11 wireless network driver
36.Sh SYNOPSIS 36.Sh SYNOPSIS
37.Cd "iwm* at pci? dev ? function ?" 37.Cd "iwm* at pci? dev ? function ?"
38.Sh DESCRIPTION 38.Sh DESCRIPTION
39The 39The
40.Nm 40.Nm
41driver provides support for the following cards: 41driver provides support for the following cards:
42.Bl -tag 42.Bl -tag
43.It Intel Wireless 7260 43.It Intel Wireless 7260
44.El 44.El
45The following cards could be supported with minor changes: 45The following cards could be supported with minor changes:
46.Bl -tag 46.Bl -tag
47.It Intel Wireless 7265 47.It Intel Wireless 7265
48.It Intel Wireless 3160 48.It Intel Wireless 3160
49.El 49.El
50.Pp 50.Pp
51The Intel Wireless 7260 is a PCIe Half Mini Card network adapter 51The Intel Wireless 7260 is a PCIe Half Mini Card network adapter
52that operates in the 2.4GHz and 5GHz spectra. 52that operates in the 2.4GHz and 5GHz spectra.
53.Pp 53.Pp
54By default, the 54By default, the
55.Nm 55.Nm
56driver configures the adapter for BSS operation (aka infrastructure mode). 56driver configures the adapter for BSS operation (aka infrastructure mode).
57This mode requires the use of an access point. 57This mode requires the use of an access point.
58.Pp 58.Pp
59For more information on configuring this device, see 59For more information on configuring this device, see
60.Xr ifconfig 8 . 60.Xr ifconfig 8 .
61.Sh SEE ALSO 61.Sh SEE ALSO
62.Xr ifmedia 4 , 62.Xr ifmedia 4 ,
63.Xr iwn 4 , 63.Xr iwn 4 ,
64.Xr ifconfig.if 5 , 64.Xr ifconfig.if 5 ,
65.Xr ifconfig 8 65.Xr ifconfig 8
66.Sh AUTHORS 66.Sh AUTHORS
67The 67The
68.Nm 68.Nm
69driver was written by 69driver was written by
70.An Antti Kantte Aq Mt pooka@NetBSD.org . 70.An Antti Kantte Aq Mt pooka@NetBSD.org .