Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2011 19:05:39 +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: r219574 - head/sbin/ifconfig
Message-ID:  <201103121905.p2CJ5dNo027396@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb (doc committer)
Date: Sat Mar 12 19:05:39 2011
New Revision: 219574
URL: http://svn.freebsd.org/changeset/base/219574

Log:
  Add example of using 'scan' for wireless networks, similarly to
  OpenBSD's ifconfig(8).
  
  PR:		151952
  Submitted by:	Jared (rhyous of yahoo com)
  MFC after:	1 week

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Sat Mar 12 17:05:18 2011	(r219573)
+++ head/sbin/ifconfig/ifconfig.8	Sat Mar 12 19:05:39 2011	(r219574)
@@ -2537,6 +2537,10 @@ Create the software network interface
 Destroy the software network interface
 .Li gif1 :
 .Dl # ifconfig gif1 destroy
+.Pp
+Scan for wireless networks using
+.Li wlan0 :
+.Dl # ifconfig wlan0 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?201103121905.p2CJ5dNo027396>