Markup fixes.
Approved by: re
This commit is contained in:
parent
7138a5603d
commit
ce4c67f562
@ -1,5 +1,3 @@
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.\" Copyright (c) 2004
|
||||
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
|
||||
.\"
|
||||
@ -25,12 +23,14 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd May 02, 2005
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 2, 2005
|
||||
.Os
|
||||
.Dt IPW 4
|
||||
.Sh NAME
|
||||
.Nm ipw
|
||||
.Nd Intel PRO/Wireless 2100 IEEE 802.11 driver
|
||||
.Nd "Intel PRO/Wireless 2100 IEEE 802.11 driver"
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device ipw"
|
||||
.Cd "device pci"
|
||||
@ -54,11 +54,11 @@ This driver requires firmware to be loaded before it will work.
|
||||
You need to obtain
|
||||
.Xr ipwcontrol 8
|
||||
from the IPW web page listed below to accomplish loading the firmware
|
||||
before
|
||||
.Xr ifconfig 8
|
||||
before
|
||||
.Xr ifconfig 8
|
||||
will work.
|
||||
.Sh EXAMPLES
|
||||
Join an existing BSS network (ie: connect to an access point):
|
||||
Join an existing BSS network (i.e., connect to an access point):
|
||||
.Pp
|
||||
.Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00"
|
||||
.Pp
|
||||
@ -67,35 +67,39 @@ Join a specific BSS network with network name
|
||||
.Pp
|
||||
.Dl "ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
|
||||
.Pp
|
||||
Join a specific BSS network with 40bit WEP encryption:
|
||||
Join a specific BSS network with 40-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x1234567890
|
||||
wepmode on wepkey 0x1234567890
|
||||
.Ed
|
||||
.Pp
|
||||
Join a specific BSS network with 104bit WEP encryption:
|
||||
Join a specific BSS network with 104-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
.Ed
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "ipw%d: device timeout"
|
||||
The driver will reset the hardware. This should not happen.
|
||||
The driver will reset the hardware.
|
||||
This should not happen.
|
||||
.It "ipw%d: Please load firmware"
|
||||
The required firmeware has not been loaded into the card, and therefore
|
||||
the card cannot operate. Load the firmware with
|
||||
The required firmware has not been loaded into the card, and therefore
|
||||
the card cannot operate.
|
||||
Load the firmware with
|
||||
.Xr ipwcontrol 8
|
||||
before proceeding.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr an 4 ,
|
||||
.Xr ath 4 ,
|
||||
.Xr iwi 4 ,
|
||||
.Xr pci 4 ,
|
||||
.Xr wi 4 ,
|
||||
.Xr wlan 4 ,
|
||||
.Xr ifconfig 8 ,
|
||||
.Xr ipwcontrol 8
|
||||
.Xr ipwcontrol 8 ,
|
||||
.Xr wicontrol 8
|
||||
.Rs
|
||||
.%T The IPW Web Page
|
||||
.%O http://damien.bergamini.free.fr/ipw/
|
||||
@ -104,4 +108,4 @@ before proceeding.
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Damien Bergamini Aq damien@freebsd.org .
|
||||
.An Damien Bergamini Aq damien@FreeBSD.org .
|
||||
|
@ -1,5 +1,3 @@
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.\" Copyright (c) 2004, 2005
|
||||
.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
|
||||
.\"
|
||||
@ -25,12 +23,14 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd May 02, 2005
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 2, 2005
|
||||
.Os
|
||||
.Dt IWI 4
|
||||
.Sh NAME
|
||||
.Nm iwi
|
||||
.Nd Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 driver
|
||||
.Nd "Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 driver"
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device iwi"
|
||||
.Cd "device pci"
|
||||
@ -54,11 +54,11 @@ This driver requires firmware to be loaded before it will work.
|
||||
You need to obtain
|
||||
.Xr iwicontrol 8
|
||||
from the IWI web page listed below to accomplish loading the firmware
|
||||
before
|
||||
.Xr ifconfig 8
|
||||
before
|
||||
.Xr ifconfig 8
|
||||
will work.
|
||||
.Sh EXAMPLES
|
||||
Join an existing BSS network (ie: connect to an access point):
|
||||
Join an existing BSS network (i.e., connect to an access point):
|
||||
.Pp
|
||||
.Dl "ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00"
|
||||
.Pp
|
||||
@ -67,24 +67,26 @@ Join a specific BSS network with network name
|
||||
.Pp
|
||||
.Dl "ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
|
||||
.Pp
|
||||
Join a specific BSS network with 64 bits WEP encryption:
|
||||
Join a specific BSS network with 64-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x1234567890
|
||||
wepmode on wepkey 0x1234567890
|
||||
.Ed
|
||||
.Pp
|
||||
Join a specific BSS network with 128bits WEP encryption:
|
||||
Join a specific BSS network with 128-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig iwi0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
.Ed
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
.It "iwi%d: device timeout"
|
||||
The driver will reset the hardware. This should not happen.
|
||||
The driver will reset the hardware.
|
||||
This should not happen.
|
||||
.It "iwi%d: Please load firmware"
|
||||
The required firmeware has not been loaded into the card, and therefore
|
||||
the card cannot operate. Load the firmware with
|
||||
The required firmware has not been loaded into the card, and therefore
|
||||
the card cannot operate.
|
||||
Load the firmware with
|
||||
.Xr iwicontrol 8
|
||||
before proceeding.
|
||||
.El
|
||||
@ -106,4 +108,4 @@ before proceeding.
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Damien Bergamini Aq damien@freebsd.org .
|
||||
.An Damien Bergamini Aq damien@FreeBSD.org .
|
||||
|
@ -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 May 02, 2005
|
||||
.Dd May 2, 2005
|
||||
.Os
|
||||
.Dt RAL 4
|
||||
.Sh NAME
|
||||
.Nm ral
|
||||
.Nd Ralink Technology RT2500 IEEE 802.11 driver
|
||||
.Nd "Ralink Technology RT2500 IEEE 802.11 driver"
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device ral"
|
||||
.Cd "device wlan"
|
||||
@ -42,8 +42,8 @@ driver depending on the received-signal strength.
|
||||
.Sh HARDWARE
|
||||
The following adapters should work:
|
||||
.Pp
|
||||
.Bl -column -compact "Atlantis Land A02-PCM-W54" "Bus"
|
||||
.It Em "Card Bus"
|
||||
.Bl -column -compact ".Li Atlantis Land A02-PCM-W54" "Bus"
|
||||
.It Em Card Ta Em Bus
|
||||
.It Li "A-Link WL54H" Ta PCI
|
||||
.It Li "A-Link WL54PC" Ta CardBus
|
||||
.It Li "Amigo AWI-914W" Ta CardBus
|
||||
@ -126,9 +126,9 @@ The following adapters should work:
|
||||
.El
|
||||
.Pp
|
||||
An up to date list can be found at
|
||||
.Pa http://damien.bergamini.free.fr/ral/list.html
|
||||
.Pa http://damien.bergamini.free.fr/ral/list.html .
|
||||
.Sh EXAMPLES
|
||||
Join an existing BSS network (ie: connect to an access point):
|
||||
Join an existing BSS network (i.e., connect to an access point):
|
||||
.Pp
|
||||
.Dl "ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00"
|
||||
.Pp
|
||||
@ -137,16 +137,16 @@ Join a specific BSS network with network name
|
||||
.Pp
|
||||
.Dl "ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
|
||||
.Pp
|
||||
Join a specific BSS network with 40bit WEP encryption:
|
||||
Join a specific BSS network with 40-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x1234567890
|
||||
wepmode on wepkey 0x1234567890
|
||||
.Ed
|
||||
.Pp
|
||||
Join a specific BSS network with 104bit WEP encryption:
|
||||
Join a specific BSS network with 104-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig ral0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
.Ed
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
@ -162,14 +162,9 @@ This should not happen.
|
||||
.Xr wlan 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Rs
|
||||
.%T Ralink Technology
|
||||
.%O http://www.ralinktech.com
|
||||
.%T "Ralink Technology"
|
||||
.%O http://www.ralinktech.com/
|
||||
.Re
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Damien Bergamini Aq damien@freebsd.org .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
@ -180,3 +175,8 @@ PCI
|
||||
.Nm
|
||||
adapters seem to require a PCI 2.2 compliant motherboard and will likely not
|
||||
work with PCI 2.1 only motherboard.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Damien Bergamini Aq damien@FreeBSD.org .
|
||||
|
@ -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 May 02, 2005
|
||||
.Dd May 2, 2005
|
||||
.Os
|
||||
.Dt URAL 4
|
||||
.Sh NAME
|
||||
.Nm ural
|
||||
.Nd Ralink Technology RT2500USB IEEE 802.11 driver
|
||||
.Nd "Ralink Technology RT2500USB IEEE 802.11 driver"
|
||||
.Sh SYNOPSIS
|
||||
.Cd "device ehci"
|
||||
.Cd "device uhci"
|
||||
@ -42,8 +42,8 @@ transceiver that can operate in the 2.4GHz and 5.2GHz bands (802.11a).
|
||||
.Sh HARDWARE
|
||||
The following adapters should work:
|
||||
.Pp
|
||||
.Bl -column -compact "Atlantis Land A02-PCM-W54" "Bus"
|
||||
.It Em "Card Bus"
|
||||
.Bl -column -compact ".Li Atlantis Land A02-PCM-W54" "Bus"
|
||||
.It Em Card Ta Em Bus
|
||||
.It Li "AMIT WL532U" Ta USB
|
||||
.It Li "ASUS WL-167g" Ta USB
|
||||
.It Li "Buffalo WLI-U2-KG54-AI" Ta USB
|
||||
@ -63,9 +63,9 @@ The following adapters should work:
|
||||
.El
|
||||
.Pp
|
||||
An up to date list can be found at
|
||||
.Pa http://damien.bergamini.free.fr/ral/list.html
|
||||
.Pa http://damien.bergamini.free.fr/ral/list.html .
|
||||
.Sh EXAMPLES
|
||||
Join an existing BSS network (ie: connect to an access point):
|
||||
Join an existing BSS network (i.e., connect to an access point):
|
||||
.Pp
|
||||
.Dl "ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00"
|
||||
.Pp
|
||||
@ -74,16 +74,16 @@ Join a specific BSS network with network name
|
||||
.Pp
|
||||
.Dl "ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net"
|
||||
.Pp
|
||||
Join a specific BSS network with 40bit WEP encryption:
|
||||
Join a specific BSS network with 40-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x1234567890
|
||||
wepmode on wepkey 0x1234567890
|
||||
.Ed
|
||||
.Pp
|
||||
Join a specific BSS network with 104bit WEP encryption:
|
||||
Join a specific BSS network with 104-bit WEP encryption:
|
||||
.Bd -literal -offset indent
|
||||
ifconfig ural0 inet 192.168.0.20 netmask 0xffffff00 ssid my_net \e
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
wepmode on wepkey 0x01020304050607080910111213
|
||||
.Ed
|
||||
.Sh DIAGNOSTICS
|
||||
.Bl -diag
|
||||
@ -98,14 +98,9 @@ This should not happen.
|
||||
.Xr wlan 4 ,
|
||||
.Xr ifconfig 8
|
||||
.Rs
|
||||
.%T Ralink Technology
|
||||
.%O http://www.ralinktech.com
|
||||
.%T "Ralink Technology"
|
||||
.%O http://www.ralinktech.com/
|
||||
.Re
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Damien Bergamini Aq damien@freebsd.org .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
@ -116,3 +111,8 @@ driver first appeared in
|
||||
The
|
||||
.Nm
|
||||
driver does not support automatic adaptation of the transmit speed.
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Damien Bergamini Aq damien@FreeBSD.org .
|
||||
|
Loading…
x
Reference in New Issue
Block a user