diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-01 17:59:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-11-01 17:59:10 +0000 |
commit | 52da4afb3746d02b6560863496394117d0824005 (patch) | |
tree | 07c52069f4091858f636883b5ac5404ff731511e /share/man/man4/run.4 | |
parent | 47d251cb9431fa04a99336625026e839ab00fdcb (diff) |
- switch from wpapsk to wpakey
- remove the "return device to default settings" example, which theo says
is rubbish
ok deraadt
Diffstat (limited to 'share/man/man4/run.4')
-rw-r--r-- | share/man/man4/run.4 | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/share/man/man4/run.4 b/share/man/man4/run.4 index 5ce292be5c8..4b0304b9906 100644 --- a/share/man/man4/run.4 +++ b/share/man/man4/run.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: run.4,v 1.25 2010/04/29 09:04:28 jmc Exp $ +.\" $OpenBSD: run.4,v 1.26 2010/11/01 17:59:09 jmc Exp $ .\" .\" Copyright (c) 2008 Damien Bergamini <damien.bergamini@free.fr> .\" @@ -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: April 29 2010 $ +.Dd $Mdocdate: November 1 2010 $ .Dt RUN 4 .Os .Sh NAME @@ -150,17 +150,10 @@ dhcp NONE NONE NONE nwkey 0x1deadbeef1 chan 11 .Pp Configure run0 to join network .Dq my_net -using WPA-PSK with passphrase +using WPA with passphrase .Dq my_passphrase : .Bd -literal -offset indent -# ifconfig run0 nwid my_net wpa wpapsk \e - `wpa-psk my_net my_passphrase` -.Ed -.Pp -Return run0 to its default settings: -.Bd -literal -offset indent -# ifconfig run0 -bssid -chan media autoselect \e - nwid "" -nwkey -wpa -wpapsk +# ifconfig run0 nwid my_net wpakey my_passphrase .Ed .Pp Join an existing BSS network, @@ -189,8 +182,7 @@ This should not happen. .Xr netintro 4 , .Xr usb 4 , .Xr hostname.if 5 , -.Xr ifconfig 8 , -.Xr wpa-psk 8 +.Xr ifconfig 8 .Pp Ralink Technology: .Pa http://www.ralinktech.com/ |