summaryrefslogtreecommitdiff
path: root/usr.sbin/hostapd/hostapd.conf.5
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2009-04-16 20:13:14 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2009-04-16 20:13:14 +0000
commit8452b2bf4fcc3d8f32d2d4e291bbc6dad7edf770 (patch)
treed37d87db2489845e5ffbb06059033a1cff0b8e49 /usr.sbin/hostapd/hostapd.conf.5
parentf1afa167968d41d3e1f4e207258ae903ea8e6170 (diff)
fix a few more typos found by spell(1); rectify a double "with" pointed out
by jmc@ while looking at this diff. ok jmc@, reyk@ (for the hostapd part)
Diffstat (limited to 'usr.sbin/hostapd/hostapd.conf.5')
-rw-r--r--usr.sbin/hostapd/hostapd.conf.510
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5
index dd50e96beaf..6bdef319c6f 100644
--- a/usr.sbin/hostapd/hostapd.conf.5
+++ b/usr.sbin/hostapd/hostapd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostapd.conf.5,v 1.36 2007/05/31 19:20:24 jmc Exp $
+.\" $OpenBSD: hostapd.conf.5,v 1.37 2009/04/16 20:13:13 sobrado Exp $
.\"
.\" Copyright (c) 2004, 2005, 2006 Reyk Floeter <reyk@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: May 31 2007 $
+.Dd $Mdocdate: April 16 2009 $
.Dt HOSTAPD.CONF 5
.Os
.Sh NAME
@@ -698,7 +698,7 @@ hostap handle skip type management subtype ! beacon \e
with log \e
rate 100 / 10 sec
-# Log rogue accesspoints via IAPP, limited to every second,
+# Log rogue access points via IAPP, limited to every second,
# and skip further IAPP processing.
hostap handle skip type management subtype beacon bssid !<myess> \e
with iapp type radiotap limit 1 sec
@@ -709,7 +709,7 @@ hostap handle type data bssid !<myess> with frame type management \e
from &bssid to &from bssid &bssid
# Send authentication requests from random station addresses to
-# rogue accesspoints. This is a common way to test the quality of
+# rogue access points. This is a common way to test the quality of
# various hostap implementations.
hostap handle skip type management subtype beacon bssid <pentest> \e
with frame type management subtype auth \e
@@ -722,7 +722,7 @@ hostap handle on ath0 type management subtype auth with resend
hostap handle type management subtype auth from <blacklist> \e
with node delete &from
-# Log rogue accesspoints with a strong signal quality on
+# Log rogue access points with a strong signal quality on
# channel 3 (2.422GHz) transmitting frames with 1Mb.
hostap handle type management subtype beacon bssid !<myess> \e
signal >= 50% txrate 1Mb freq 2.422GHz \e