Add a missing </para> tag,
fix entities for "<" and ">" in wicontrol output, use <varname> for a sysctl and fix a typo.
This commit is contained in:
parent
2fca002c7b
commit
cd15c9aea8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15619
1 changed files with 4 additions and 4 deletions
|
@ -401,7 +401,7 @@ host2.example.com link#1 UC 0 0
|
|||
<programlisting>gateway_enable=YES # Set to YES if this host will be a gateway</programlisting>
|
||||
|
||||
<para>This option will set the &man.sysctl.8; variable
|
||||
<filename>net.inet.ip.forwarding</filename> to
|
||||
<varname>net.inet.ip.forwarding</varname> to
|
||||
<literal>1</literal>. If you should need to stop routing
|
||||
temporarily, you can reset this to <literal>0</literal> temporarily.</para>
|
||||
|
||||
|
@ -509,7 +509,7 @@ host2.example.com link#1 UC 0 0
|
|||
wireless networks use to connect. A wireless client can be
|
||||
tied to a specific network, when a SSID is set. A wireless
|
||||
client can also attach to any network by not excplicitly
|
||||
setting a SSID.
|
||||
setting a SSID.</para>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
|
@ -602,7 +602,7 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
&prompt.root; <userinput>sysctl net.inet.ip.forwarding=1</userinput></screen>
|
||||
|
||||
<para>Now it is time for the wireless card setup.</para>
|
||||
<para>The following commands will set the card into an access point:</para>
|
||||
<para>The following command will set the card into an access point:</para>
|
||||
|
||||
<screen>
|
||||
&prompt.root; <userinput>ifconfig wi0 ssid my_net channel 11 media DS/11Mbps mediaopt hostap up stationname "FreeBSD AP"</userinput>
|
||||
|
@ -634,7 +634,7 @@ wi0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
|
||||
<screen>&prompt.root; <userinput>wicontrol -l</userinput>
|
||||
1 station:
|
||||
00:09:b7:7b:9d:16 asid=04c0, flags=3$lt;ASSOC,AUTH>, caps=1$lt;ESS>, rates=f$lt;1M,2M,5.5M,11M>, sig=38/15
|
||||
00:09:b7:7b:9d:16 asid=04c0, flags=3<ASSOC,AUTH>, caps=1<ESS>, rates=f<1M,2M,5.5M,11M>, sig=38/15
|
||||
</screen>
|
||||
|
||||
<para>This shows that there's one station associated, along
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue