From owner-svn-src-head@FreeBSD.ORG Wed Apr 6 11:20:55 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C632106564A; Wed, 6 Apr 2011 11:20:55 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0E4A18FC0C; Wed, 6 Apr 2011 11:20:55 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p36BKsZs086678; Wed, 6 Apr 2011 11:20:54 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p36BKsh6086676; Wed, 6 Apr 2011 11:20:54 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201104061120.p36BKsh6086676@svn.freebsd.org> From: Glen Barber Date: Wed, 6 Apr 2011 11:20:54 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220382 - head/sbin/ifconfig X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 11:20:55 -0000 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