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
This commit is contained in:
Glen Barber 2011-04-06 11:20:54 +00:00
parent 07a558f997
commit 66e0e139ee
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=220382

View File

@ -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