summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-11-08 23:38:04 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-11-08 23:38:04 +0000
commite9d3a2fa04cee6d61855d6825b26e86497f7ccf8 (patch)
tree82a98088df41f450c29dc0894a636aa34b2ea81c
parent3c24cc498433dea4074850025060e396499eb1af (diff)
tweaks;
-rw-r--r--share/man/man4/atu.414
1 files changed, 5 insertions, 9 deletions
diff --git a/share/man/man4/atu.4 b/share/man/man4/atu.4
index cde3d75e9d6..16f93944202 100644
--- a/share/man/man4/atu.4
+++ b/share/man/man4/atu.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atu.4,v 1.2 2004/11/08 22:10:52 deraadt Exp $
+.\" $OpenBSD: atu.4,v 1.3 2004/11/08 23:38:03 jmc Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -81,7 +81,6 @@ supported by cards with very old firmware revisions.
For more information on configuring this device, see
.Xr ifconfig 8 .
.Pp
-.Pp
The following devices are among those supported by the
.Nm
driver:
@@ -100,9 +99,7 @@ driver:
.It Tn Atmel DWL-120
.It Tn AcerP AWL-300
.El
-.Pp
.Sh EXAMPLES
-.Pp
Join an existing BSS network (ie: connect to an access point):
.Dl # ifconfig atu0 inet 192.168.0.20 netmask 0xffffff00
.Pp
@@ -137,24 +134,23 @@ Join an IBBS network with network name
mediaopt ibss
.Ed
.Pp
-Create a host-based access point
+Create a host-based access point:
.Bd -literal -compact -offset indent
# ifconfig atu0 inet 192.168.0.10 netmask 0xffffff00 nwid my_ap \e
mediaopt hostap
.Ed
.Pp
-Create a host-based access point with WEP enabled
+Create a host-based access point with WEP enabled:
.Bd -literal -compact -offset indent
# ifconfig atu0 inet 192.168.0.10 netmask 0xffffff00 nwid my_ap \e
nwkey 0x1234567890 mediaopt hostap
.Ed
.Pp
-Create a host-based wireless bridge to fxp0
+Create a host-based wireless bridge to fxp0:
.Bd -literal -compact -offset indent
# ifconfig atu0 inet up nwid my_ap mediaopt hostap
# brconfig bridge0 add fxp0 add atu0 up
.Ed
-.Pp
.Sh SEE ALSO
.Xr arp 4 ,
.Xr ifmedia 4 ,
@@ -172,4 +168,4 @@ driver was written by
and ported to
.Ox
by
-.An Theo de Raadt and David Gwynne
+.An Theo de Raadt and David Gwynne .