diff options
author | joel <joel@FreeBSD.org> | 2013-08-10 06:48:20 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2013-08-10 06:48:20 +0000 |
commit | b12d985141739c8604c74a8943c612d0285c0708 (patch) | |
tree | ed566130d31a897cd435261d77159ebc3653ba8f /share | |
parent | d921a36411c6648a334eb4df17b0d8553a3a44c5 (diff) | |
download | FreeBSD-src-b12d985141739c8604c74a8943c612d0285c0708.zip FreeBSD-src-b12d985141739c8604c74a8943c612d0285c0708.tar.gz |
mdoc: remove commented out macro, sort SEE ALSO and add missing .El.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/rsu.4 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/man4/rsu.4 b/share/man/man4/rsu.4 index 39c6c59..fa9767a 100644 --- a/share/man/man4/rsu.4 +++ b/share/man/man4/rsu.4 @@ -22,7 +22,6 @@ .Nm rsu .Nd Realtek RTL8188SU/RTL8192SU USB IEEE 802.11b/g/n wireless network device .Sh SYNOPSIS -.\.Cd "rsu* at uhub? port ?" To compile this driver into the kernel, place the following lines in your kernel configuration file: .Bd -ragged -offset indent @@ -120,6 +119,7 @@ The following adapters should work: .It Sweex LW154 .It TRENDnet TEW-648UB .It TRENDnet TEW-649UB +.El .Sh EXAMPLES Join an existing BSS network (i.e., connect to an access point): .Bd -literal -offset indent @@ -149,14 +149,14 @@ The driver will reset the hardware. This should not happen. .El .Sh SEE ALSO -.Xr arp 8 , +.Xr hostname 1 , .Xr intro 1 , -.Xr netintro 4 , .Xr usb 3 , -.Xr hostname 1 , -.Xr ifconfig 8, +.Xr netintro 4 , +.Xr rsufw 4 , .Xr wlan 4 , -.Xr rsufw 4 +.Xr arp 8 , +.Xr ifconfig 8 .Sh HISTORY The .Nm |