From 66e0e139ee0ab932d91723f700a728620f2e4740 Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Wed, 6 Apr 2011 11:20:54 +0000 Subject: [PATCH] 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 --- 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 d214897b91a7..e28178a4b16b 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -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