Index: faq/faq6.html
===================================================================
RCS file: /cvs/www/faq/faq6.html,v
retrieving revision 1.237
diff -u -r1.237 faq6.html
--- faq/faq6.html	31 May 2006 09:24:08 -0000	1.237
+++ faq/faq6.html	29 Jul 2006 17:35:53 -0000
@@ -1658,7 +1658,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp0 create</b>
 rachael# <b>ifconfig carp0 vhid 1 pass tyrell carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>create the carp0 interface and give it a vhid of 1, a password of
@@ -1733,7 +1733,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp1 create</b>
 rachael# <b>ifconfig carp1 vhid 2 advskew 100 pass bryant carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>On <i>pris</i>, we'll create the new group and interface as well, then set
@@ -1741,7 +1741,7 @@
 
 <blockquote><pre>
 pris# <b>ifconfig carp1 create</b>
-pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 255.255.255.0</b>
+pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 netmask 255.255.255.0</b>
 pris# <b>sysctl net.inet.carp.preempt=1</b>
 </pre></blockquote>
 
Index: faq/de/faq6.html
===================================================================
RCS file: /cvs/www/faq/de/faq6.html,v
retrieving revision 1.99
diff -u -r1.99 faq6.html
--- faq/de/faq6.html	1 Jun 2006 06:33:43 -0000	1.99
+++ faq/de/faq6.html	29 Jul 2006 17:35:57 -0000
@@ -1734,7 +1734,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp0 create</b>
 rachael# <b>ifconfig carp0 vhid 1 pass tyrell carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>erstellen das carp0 Interface und geben es eine vhid von 1, ein Passwort
@@ -1815,7 +1815,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp1 create</b>
 rachael# <b>ifconfig carp1 vhid 2 advskew 100 pass bryant carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>Auf <i>pris</i> werden wir ebenfalls eine neue Gruppe und Interface
@@ -1823,7 +1823,7 @@
 
 <blockquote><pre>
 pris# <b>ifconfig carp1 carp1</b>
-pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 255.255.255.0</b>
+pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 netmask 255.255.255.0</b>
 pris# <b>sysctl net.inet.carp.preempt=1</b>
 </pre></blockquote>
 
Index: faq/fr/faq6.html
===================================================================
RCS file: /cvs/www/faq/fr/faq6.html,v
retrieving revision 1.64
diff -u -r1.64 faq6.html
--- faq/fr/faq6.html	26 Jun 2006 18:32:12 -0000	1.64
+++ faq/fr/faq6.html	29 Jul 2006 17:36:01 -0000
@@ -1798,7 +1798,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp0 create</b>
 rachael# <b>ifconfig carp0 vhid 1 pass tyrell carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>
@@ -1877,7 +1877,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp1 create</b>
 rachael# <b>ifconfig carp1 vhid 2 advskew 100 pass bryant carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>
@@ -1886,7 +1886,7 @@
 
 <blockquote><pre>
 pris# <b>ifconfig carp1 create</b>
-pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7
+pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 netmask
 255.255.255.0</b>
 pris# <b>sysctl net.inet.carp.preempt=1</b>
 </pre></blockquote>
Index: faq/nl/faq6.html
===================================================================
RCS file: /cvs/www/faq/nl/faq6.html,v
retrieving revision 1.30
diff -u -r1.30 faq6.html
--- faq/nl/faq6.html	1 Jun 2006 06:33:44 -0000	1.30
+++ faq/nl/faq6.html	29 Jul 2006 17:36:17 -0000
@@ -1702,7 +1702,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp0 create</b>
 rachael# <b>ifconfig carp0 vhid 1 pass tyrell carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>maken de carp0 interface en geven ze een vhid van 1, een wachtwoord
@@ -1777,7 +1777,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp1 create</b>
 rachael# <b>ifconfig carp1 vhid 2 advskew 100 pass bryant carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>Ook op <i>pris</i> zullen we de nieuwe groep en interface aanmaken, en
@@ -1785,7 +1785,7 @@
 
 <blockquote><pre>
 pris# <b>ifconfig carp1 create</b>
-pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 255.255.255.0</b>
+pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 netmask 255.255.255.0</b>
 pris# <b>sysctl net.inet.carp.preempt=1</b>
 </pre></blockquote>
 
Index: faq/pl/faq6.html
===================================================================
RCS file: /cvs/www/faq/pl/faq6.html,v
retrieving revision 1.40
diff -u -r1.40 faq6.html
--- faq/pl/faq6.html	1 Jun 2006 06:33:44 -0000	1.40
+++ faq/pl/faq6.html	29 Jul 2006 17:36:46 -0000
@@ -1696,7 +1696,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig carp0 create</b>
 rachael# <b>ifconfig carp0 vhid 1 pass tyrell carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>
@@ -1777,7 +1777,7 @@
 <blockquote><pre>
 rachael# <b>ifconfig create carp1</b>
 rachael# <b>ifconfig carp1 vhid 2 advskew 100 pass bryant carpdev fxp0 \
-&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 255.255.255.0</b>
+&nbsp;&nbsp;&nbsp;&nbsp;192.168.0.7 netmask 255.255.255.0</b>
 </pre></blockquote>
 
 <p>
@@ -1786,7 +1786,7 @@
 
 <blockquote><pre>
 pris# <b>ifconfig carp1 create</b>
-pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 255.255.255.0</b>
+pris# <b>ifconfig carp1 vhid 2 pass bryant carpdev fxp0 192.168.0.7 netmask 255.255.255.0</b>
 pris# <b>sysctl net.inet.carp.preempt=1</b>
 </pre></blockquote>
 
