From 22e156dad262aa11647e4a65de10c0dbdb3c7b14 Mon Sep 17 00:00:00 2001 From: gjb Date: Sat, 9 Apr 2011 19:07:13 +0000 Subject: [PATCH] MFC 220382: 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. git-svn-id: svn://svn.freebsd.org/base/stable/8@220504 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sbin/ifconfig/ifconfig.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 1126e9271..e7fac0b8f 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -2518,7 +2518,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 -- 2.45.0