diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2006-11-10 20:06:59 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2006-11-10 20:06:59 +0000 |
commit | b8822553c60bb317c28bedc34998670b0af1e5d3 (patch) | |
tree | 7460e9315b50ed179104cb8461e96a376561844f /share/man/man4/rtw.4 | |
parent | 39a7de7ea983398680c7ffc4a8c45743910cc9a6 (diff) |
Mention -nwid here too, reminded by reyk.
Having to edit all these files makes me realise how many wireless
drivers we actually have.
Diffstat (limited to 'share/man/man4/rtw.4')
-rw-r--r-- | share/man/man4/rtw.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/rtw.4 b/share/man/man4/rtw.4 index c1bdacb3870..68444a253f8 100644 --- a/share/man/man4/rtw.4 +++ b/share/man/man4/rtw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtw.4,v 1.27 2006/08/30 23:14:30 jmc Exp $ +.\" $OpenBSD: rtw.4,v 1.28 2006/11/10 20:06:58 mk Exp $ .\" .\" Copyright (c) 2004 Jonathan Gray <jsg@openbsd.org> .\" @@ -143,6 +143,9 @@ By default the .Nm driver uses an empty string. Note that network ID is synonymous with Extended Service Set ID (ESSID). +.It Fl nwid +Set the network ID to the empty string to allow the interface to connect +to any available access point. .It Cm nwkey Ar key Enable WEP encryption using the specified .Ar key . |