svn commit: r219805 - head/sbin/ifconfig

Glen Barber gjb at FreeBSD.org
Sun Mar 20 22:47:41 UTC 2011


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


More information about the svn-src-head mailing list