diff options
author | 2007-09-27 06:06:27 +0000 | |
---|---|---|
committer | 2007-09-27 06:06:27 +0000 | |
commit | 880bc910c868d4ff6fb1eb8617d5f07224522139 (patch) | |
tree | 0b681fa62a089830210b2cb8df10c7ea4c81e71a | |
parent | Kill __BIT* macros. (diff) | |
download | wireguard-openbsd-880bc910c868d4ff6fb1eb8617d5f07224522139.tar.xz wireguard-openbsd-880bc910c868d4ff6fb1eb8617d5f07224522139.zip |
Zap HostAP examples for now.
Pointed out by jmc@
-rw-r--r-- | share/man/man4/bwi.4 | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/share/man/man4/bwi.4 b/share/man/man4/bwi.4 index d75bf285711..df7d52d378f 100644 --- a/share/man/man4/bwi.4 +++ b/share/man/man4/bwi.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bwi.4,v 1.12 2007/09/26 09:24:07 mglocker Exp $ +.\" $OpenBSD: bwi.4,v 1.13 2007/09/27 06:06:27 mglocker Exp $ .\" .\" Copyright (c) 2007 Marcus Glocker <mglocker@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: September 26 2007 $ +.Dd $Mdocdate: September 27 2007 $ .Os .Dt BWI 4 .Sh NAME @@ -248,14 +248,14 @@ using WEP key channel 11, obtaining an IP address using DHCP: .Bd -literal -offset indent 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 bwi0 for WEP, using hex key @@ -283,7 +283,7 @@ Join an existing BSS network, .Xr netintro 4 , .Xr pci 4 , .Xr hostname.if 5 , -.Xr hostapd 8 , +.\".Xr hostapd 8 , .Xr ifconfig 8 .Sh HISTORY The |