Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Apr 2011 11:20:54 +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: r220382 - head/sbin/ifconfig
Message-ID:  <201104061120.p36BKsh6086676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Wed Apr  6 11:20:54 2011
New Revision: 220382
URL: http://svn.freebsd.org/changeset/base/220382

Log:
  Correct 'list scan' description in the examples.  The previous description
  was incorrect - 'list scan' does not actually do a scan, but instead lists
  the results of the background 'scan' cache.
  
  Submitted by:	Fabian Keil (freebsd-listen of fabiankeil de) (via email)
  Discussed with:	bschmidt
  MFC after:	3 days

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Wed Apr  6 11:14:42 2011	(r220381)
+++ head/sbin/ifconfig/ifconfig.8	Wed Apr  6 11:20:54 2011	(r220382)
@@ -2537,7 +2537,7 @@ Destroy the software network interface
 .Li gif1 :
 .Dl # ifconfig gif1 destroy
 .Pp
-Scan for wireless networks using
+Display available wireless networks using
 .Li wlan0 :
 .Dl # ifconfig wlan0 list scan
 .Sh DIAGNOSTICS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104061120.p36BKsh6086676>