summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2009-11-14 18:48:37 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2009-11-14 18:48:37 +0000
commite6564ab9079963df8db3e8da45c68e6b948571d5 (patch)
tree8791135fdc7743c86f8e20541ebfa096214597b0 /share
parent5b471b6a4215a649a0f30d61d5e151b88ae34ae1 (diff)
s/iwn0/athn0/ in the examples ;-)
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/athn.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/athn.4 b/share/man/man4/athn.4
index 794cc5481f9..b58f6dd6ae8 100644
--- a/share/man/man4/athn.4
+++ b/share/man/man4/athn.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: athn.4,v 1.2 2009/11/14 17:58:55 jmc Exp $
+.\" $OpenBSD: athn.4,v 1.3 2009/11/14 18:48:36 damien Exp $
.\"
.\" Copyright (c) 2009 Damien Bergamini <damien.bergamini@free.fr>.
.\"
@@ -158,13 +158,13 @@ Configure athn0 to join network
using WPA-PSK with passphrase
.Dq my_passphrase :
.Bd -literal -offset indent
-# ifconfig iwn0 nwid my_net wpa wpapsk \e
+# ifconfig athn0 nwid my_net wpa wpapsk \e
`wpa-psk my_net my_passphrase`
.Ed
.Pp
Return athn0 to its default settings:
.Bd -literal -offset indent
-# ifconfig iwn0 -bssid -chan media autoselect \e
+# ifconfig athn0 -bssid -chan media autoselect \e
nwid "" -nwkey -wpa -wpapsk
.Ed
.Pp