diff options
author | 2009-08-11 20:27:04 +0000 | |
---|---|---|
committer | 2009-08-11 20:27:04 +0000 | |
commit | 043eb865e551dd4797bbf625c00400043bfbc9ca (patch) | |
tree | 95bb110b6cff5c9e019a825a1bec6dd15eaed9b8 | |
parent | More exact matching for Sunix 40XX 4 and 8 port units so that we can fix (diff) | |
download | wireguard-openbsd-043eb865e551dd4797bbf625c00400043bfbc9ca.tar.xz wireguard-openbsd-043eb865e551dd4797bbf625c00400043bfbc9ca.zip |
urtw does not do hostap, so remove the hostap example;
from Piotrek Kapczuk
-rw-r--r-- | share/man/man4/urtw.4 | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/share/man/man4/urtw.4 b/share/man/man4/urtw.4 index 09e850ceaf4..130288380f0 100644 --- a/share/man/man4/urtw.4 +++ b/share/man/man4/urtw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: urtw.4,v 1.9 2009/07/29 20:36:28 jmc Exp $ +.\" $OpenBSD: urtw.4,v 1.10 2009/08/11 20:27:04 jmc Exp $ .\" .\" Copyright (c) 2008 Weongyo Jeong <weongyo@FreeBSD.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: July 29 2009 $ +.Dd $Mdocdate: August 11 2009 $ .Os .Dt URTW 4 .Sh NAME @@ -102,14 +102,6 @@ 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 Configure urtw0 to join network .Dq my_net using WPA-PSK with passphrase |