In the CARP section, switch command tags in screen elements to userinput.

Submitted by:	Allan Jude <freebsd@allanjude.com>
This commit is contained in:
Warren Block 2014-02-20 19:08:08 +00:00
parent 0de8a68da5
commit 1c75224e03
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44011

View file

@ -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>