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/ipw.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/ipw.4')
-rw-r--r-- | share/man/man4/ipw.4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/ipw.4 b/share/man/man4/ipw.4 index 54a1e22e674..fe274856c2c 100644 --- a/share/man/man4/ipw.4 +++ b/share/man/man4/ipw.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipw.4,v 1.21 2006/09/30 03:02:45 jsg Exp $ +.\" $OpenBSD: ipw.4,v 1.22 2006/11/10 20:06:58 mk Exp $ .\" .\" Copyright (c) 2004 .\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved. @@ -128,6 +128,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 . |