diff options
author | 2008-09-07 18:52:15 +0000 | |
---|---|---|
committer | 2008-09-07 18:52:15 +0000 | |
commit | 5f38d7f8747b6f0507522815e51d81a07e3b4ee3 (patch) | |
tree | 7dfb909aec5cf4afec9e2c4bc12ebe05ed59d1cc | |
parent | fix silly mix up in PREDEFINED STRINGS; (diff) | |
download | wireguard-openbsd-5f38d7f8747b6f0507522815e51d81a07e3b4ee3.tar.xz wireguard-openbsd-5f38d7f8747b6f0507522815e51d81a07e3b4ee3.zip |
nwid requires an arg; ok deraadt
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 124125e6035..c07d6953f61 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.166 2008/09/07 06:45:51 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.167 2008/09/07 18:52:15 jmc Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -623,7 +623,7 @@ and .Xr hostapd 8 . .It Fl nwflag Ar flag Remove a specified flag for the wireless network interface. -.It Cm nwid Op Ar id +.It Cm nwid Ar id Configure network ID for IEEE 802.11-based wireless network interfaces. The .Ar id |