svn commit: r219824 - stable/8/sbin/ifconfig

Glen Barber gjb at FreeBSD.org
Mon Mar 21 13:28:02 UTC 2011


Author: gjb (doc committer)
Date: Mon Mar 21 13:28:01 2011
New Revision: 219824
URL: http://svn.freebsd.org/changeset/base/219824

Log:
  MFC 219805:
  - Use 'list scan' in favor of 'scan', as 'scan' has a different purpose.

Modified:
  stable/8/sbin/ifconfig/ifconfig.8
Directory Properties:
  stable/8/sbin/ifconfig/   (props changed)

Modified: stable/8/sbin/ifconfig/ifconfig.8
==============================================================================
--- stable/8/sbin/ifconfig/ifconfig.8	Mon Mar 21 13:23:25 2011	(r219823)
+++ stable/8/sbin/ifconfig/ifconfig.8	Mon Mar 21 13:28:01 2011	(r219824)
@@ -2520,7 +2520,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-all mailing list