diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index 21a654f5de..06c0846760 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -4705,7 +4705,7 @@ route_hostD="192.168.173.4 hatm0 0 102 llc/snap ubr"</programlisting> act in conjunction with a Round Robin <acronym>DNS</acronym> configuration. The failover machine will have two additional <acronym>CARP</acronym> interfaces, one for each of the content - server's <acronym>IP</acronym>s. When a failure occurs, the + server's <acronym>IP</acronym>s. When a failure occurs, the failover server should pick up the failed machine's <acronym>IP</acronym> address. This means the failure should go completely unnoticed to the user. The failover server @@ -4738,17 +4738,17 @@ ifconfig_carp0="vhid 2 pass testpass 192.168.1.51/24"</programlisting> <note> <para>It is very important that the passwords, specified by the - <option>pass</option> option to <command>ifconfig</command>, are identical. The - <devicename>carp</devicename> devices will only listen to - and accept advertisements from machines with the correct - password. The <acronym>VHID</acronym> must also be different - for each machine.</para> + <option>pass</option> option to <command>ifconfig</command>, + are identical. The <devicename>carp</devicename> devices will + only listen to and accept advertisements from machines with the + correct password. The <acronym>VHID</acronym> must also be + different for each machine.</para> </note> <para>The third machine, - <hostid>provider.example.org</hostid>, should be prepared so that it may handle - failover from either host. This machine will require two - <devicename>carp</devicename> devices, one to handle each + <hostid>provider.example.org</hostid>, should be prepared so that + it may handle failover from either host. This machine will require + two <devicename>carp</devicename> devices, one to handle each host. The appropriate <filename>rc.conf</filename> configuration lines will be similar to the following:</para>