From fc0f6282595cda6d3261a116eb66402a1e461cd3 Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 29 Mar 2009 18:14:45 +0000 Subject: remove bogus nwid use; that's a compat shim for netbsd --- share/man/man4/lagg.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/lagg.4 b/share/man/man4/lagg.4 index dc9ac21..faf8178 100644 --- a/share/man/man4/lagg.4 +++ b/share/man/man4/lagg.4 @@ -143,7 +143,7 @@ device will be used: .Bd -literal -offset indent # ifconfig em0 up # ifconfig ath0 ether 00:11:22:33:44:55 -# ifconfig create wlan0 wlandev ath0 nwid my_net up +# ifconfig create wlan0 wlandev ath0 ssid my_net up # ifconfig lagg0 laggproto failover laggport em0 laggport wlan0 \e 192.168.1.1 netmask 255.255.255.0 .Ed -- cgit v1.1