aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books
diff options
context:
space:
mode:
authorWarren Block <wblock@FreeBSD.org>2014-02-20 19:08:08 +0000
committerWarren Block <wblock@FreeBSD.org>2014-02-20 19:08:08 +0000
commit1c75224e0365acfc1fe51fad76699e61b84c65f4 (patch)
tree7476e6c66c455ab73ce418f57e96b23093bdf553 /en_US.ISO8859-1/books
parent0de8a68da5144962ce1f2b59696db5940edd1dfd (diff)
downloaddoc-1c75224e0365acfc1fe51fad76699e61b84c65f4.tar.gz
doc-1c75224e0365acfc1fe51fad76699e61b84c65f4.zip
In the CARP section, switch command tags in screen elements to userinput.
Submitted by: Allan Jude <freebsd@allanjude.com>
Notes
Notes: svn path=/head/; revision=44011
Diffstat (limited to 'en_US.ISO8859-1/books')
-rw-r--r--en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
index c50524f545..49a988c9f4 100644
--- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml
@@ -5999,7 +5999,7 @@ ifconfig_em0_alias1="vhid 2 advskew 100 pass testpass alias <systemitem class="i
<acronym>IP</acronym> address to the master with the
command:</para>
- <screen>&prompt.root; <command>ifconfig em0 vhid 1 state backup</command></screen>
+ <screen>&prompt.root; <userinput>ifconfig em0 vhid 1 state backup</userinput></screen>
</note>
<para>At this point, either networking must be restarted or the
@@ -6032,7 +6032,7 @@ ifconfig_em0_alias1="vhid 2 advskew 100 pass testpass alias <systemitem class="i
<para>The <acronym>CARP</acronym> devices themselves may be
created using &man.ifconfig.8;:</para>
- <screen>&prompt.root; <command>ifconfig carp0 create</command></screen>
+ <screen>&prompt.root; <userinput>ifconfig carp0 create</userinput></screen>
<para>Set the hostname, configure the management
<acronym>IP</acronym> address, then configure
@@ -6097,7 +6097,7 @@ ifconfig_carp1="vhid 2 advskew 100 pass testpass <systemitem class="ipaddress">1
server to return the <acronym>IP</acronym> address to the
master with the command:</para>
- <screen>&prompt.root; <command>ifconfig carp0 down &amp;&amp; ifconfig carp0 up</command></screen>
+ <screen>&prompt.root; <userinput>ifconfig carp0 down &amp;&amp; ifconfig carp0 up</userinput></screen>
<para>This should be done on the <filename>carp</filename>
interface which corresponds to the correct host.</para>