Author: gjb (doc committer) Date: Sun Mar 20 22:47:41 2011 New Revision: 219805 URL: http://svn.freebsd.org/changeset/base/219805
Log: Use 'list scan' in favor of 'scan', as 'scan' has a different purpose. Pointed out by: bschmidt MFC after: 1 day Modified: head/sbin/ifconfig/ifconfig.8 Modified: head/sbin/ifconfig/ifconfig.8 ============================================================================== --- head/sbin/ifconfig/ifconfig.8 Sun Mar 20 21:05:09 2011 (r219804) +++ head/sbin/ifconfig/ifconfig.8 Sun Mar 20 22:47:41 2011 (r219805) @@ -2539,7 +2539,7 @@ Destroy the software network interface .Pp Scan for wireless networks using .Li wlan0 : -.Dl # ifconfig wlan0 scan +.Dl # ifconfig wlan0 list scan .Sh DIAGNOSTICS Messages indicating the specified interface does not exist, the requested address is unknown, or the user is not privileged and _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"