Deleted Added
full compact
urtw.4 (195915) urtw.4 (197724)
1.\" Copyright (c) 2008 Weongyo Jeong
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2008 Weongyo Jeong
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: head/share/man/man4/urtw.4 195915 2009-07-27 18:07:44Z weongyo $
25.\" $FreeBSD: head/share/man/man4/urtw.4 197724 2009-10-03 02:28:28Z weongyo $
26.\"
26.\"
27.Dd July 25, 2009
27.Dd October 2, 2009
28.Dt URTW 4
29.Os
30.Sh NAME
31.Nm urtw
32.Nd Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your kernel configuration file:

--- 32 unchanged lines hidden (view full) ---

68.Nm
69driver supports Realtek RTL8187B/L based wireless network devices, including:
70.Pp
71.Bl -column "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact -offset 6n
72.It Em "Card Radio Bus"
73.It "Netgear WG111v2 RTL8225 USB"
74.It "Safehome WLG-1500SMA5 RTL8225 USB"
75.It "Shuttle XPC Accessory PN20 RTL8225 USB"
28.Dt URTW 4
29.Os
30.Sh NAME
31.Nm urtw
32.Nd Realtek RTL8187B/L USB IEEE 802.11b/g wireless network device
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your kernel configuration file:

--- 32 unchanged lines hidden (view full) ---

68.Nm
69driver supports Realtek RTL8187B/L based wireless network devices, including:
70.Pp
71.Bl -column "Shuttle XPC Accessory PN20" "RTL8225" "USB" -compact -offset 6n
72.It Em "Card Radio Bus"
73.It "Netgear WG111v2 RTL8225 USB"
74.It "Safehome WLG-1500SMA5 RTL8225 USB"
75.It "Shuttle XPC Accessory PN20 RTL8225 USB"
76.It "TRENDnet TEW-424UB V3.xR RTL8225 USB"
76.El
77.Sh EXAMPLES
78Join an existing BSS network (i.e., connect to an access point):
79.Pp
80.Bd -literal -offset indent
81ifconfig wlan create wlandev urtw0 inet 192.168.0.20 \e
82 netmask 0xffffff00
83.Ed

--- 37 unchanged lines hidden ---
77.El
78.Sh EXAMPLES
79Join an existing BSS network (i.e., connect to an access point):
80.Pp
81.Bd -literal -offset indent
82ifconfig wlan create wlandev urtw0 inet 192.168.0.20 \e
83 netmask 0xffffff00
84.Ed

--- 37 unchanged lines hidden ---