svn commit: r219574 - head/sbin/ifconfig

Glen Barber gjb at FreeBSD.org
Sat Mar 12 19:05:39 UTC 2011


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


More information about the svn-src-head mailing list