Date: Sun, 20 Mar 2011 22:47:41 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r219805 - head/sbin/ifconfig Message-ID: <201103202247.p2KMlfjk091578@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201103202247.p2KMlfjk091578>