Correct the example for identifying a wireless card.
This commit is contained in:
parent
769de53a5c
commit
ae655514c9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45867
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ route_net2="-net 192.168.1.0/24 192.168.1.1"</programlisting>
|
|||
one of those models, it will be shown in the output from
|
||||
&man.ifconfig.8;:</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>ifconfig | grep -A4 -i wireless</userinput></screen>
|
||||
<screen>&prompt.user; <userinput>ifconfig | grep -B3 -i wireless</userinput></screen>
|
||||
|
||||
<para>If a wireless adapter is not listed, an additional
|
||||
kernel module might be required, or it might be a model
|
||||
|
|
Loading…
Reference in a new issue