Add a missing </sect4> and a missing host2 in a programlisting.
Approved by: remko (mentor) Obtained from: perforce
This commit is contained in:
parent
56b86d110b
commit
518e647ce5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=33237
1 changed files with 2 additions and 1 deletions
|
@ -1167,6 +1167,7 @@ ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
|
|||
|
||||
<programlisting>ifconfig_ath0="ssid <replaceable>your_ssid_here</replaceable> inet <replaceable>192.168.1.100</replaceable> netmask <replaceable>255.255.255.0</replaceable>"</programlisting>
|
||||
</sect5>
|
||||
</sect4>
|
||||
|
||||
<sect4 id="network-wireless-wpa">
|
||||
<title>WPA</title>
|
||||
|
@ -4811,7 +4812,7 @@ IP Address 10.0.0.1 10.0.0.2</programlisting>
|
|||
|
||||
<programlisting>127.0.0.1 localhost.my.domain localhost
|
||||
10.0.0.1 host1.my.domain host1
|
||||
10.0.0.2 host2.my.domain</programlisting>
|
||||
10.0.0.2 host2.my.domain host2</programlisting>
|
||||
|
||||
<para>To confirm the connection works, go to each host and ping
|
||||
the other. For example, on <hostid>host1</hostid>:</para>
|
||||
|
|
Loading…
Reference in a new issue