diff options
author | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-06-30 02:17:57 +0000 |
---|---|---|
committer | Kevin Steves <stevesk@cvs.openbsd.org> | 2007-06-30 02:17:57 +0000 |
commit | b943dde4f8c6cd4a744f87122fb3192a5ba1cb3f (patch) | |
tree | e1ab96d593aa07150ea890cd77f5b34576edf99f /share | |
parent | 9abcd7f511bf56c5ebee9161300a84017c166e2d (diff) |
malo doesn't support hostap mode so remove example which uses
hostap; ok claudio@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/malo.4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index 47c44da4ab0..cfd3d5aa21d 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malo.4,v 1.22 2007/05/31 19:19:50 jmc Exp $ +.\" $OpenBSD: malo.4,v 1.23 2007/06/30 02:17:56 stevesk Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" @@ -26,7 +26,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 30 2007 $ .Os .Dt MALO 4 .Sh NAME @@ -262,14 +262,14 @@ channel 11, obtaining an IP address using DHCP: dhcp NONE NONE NONE nwkey 0x1deadbeef1 chan 11 .Ed .Pp -The following -.Xr hostname.if 5 -example creates a host-based access point on boot: -.Bd -literal -offset indent -inet 192.168.1.1 255.255.255.0 NONE media autoselect \e - mediaopt hostap nwid my_net chan 11 -.Ed -.Pp +.\"The following +.\".Xr hostname.if 5 +.\"example creates a host-based access point on boot: +.\".Bd -literal -offset indent +.\"inet 192.168.1.1 255.255.255.0 NONE media autoselect \e +.\" mediaopt hostap nwid my_net chan 11 +.\".Ed +.\".Pp Configure malo0 for WEP, using hex key .Dq 0x1deadbeef1 : .Bd -literal -offset indent |