svn commit: r190528 - head/share/man/man4

Sam Leffler sam at FreeBSD.org
Sun Mar 29 11:14:46 PDT 2009


Author: sam
Date: Sun Mar 29 18:14:45 2009
New Revision: 190528
URL: http://svn.freebsd.org/changeset/base/190528

Log:
  remove bogus nwid use; that's a compat shim for netbsd

Modified:
  head/share/man/man4/lagg.4

Modified: head/share/man/man4/lagg.4
==============================================================================
--- head/share/man/man4/lagg.4	Sun Mar 29 18:05:04 2009	(r190527)
+++ head/share/man/man4/lagg.4	Sun Mar 29 18:14:45 2009	(r190528)
@@ -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


More information about the svn-src-head mailing list