Date: Thu, 20 Feb 2014 19:08:08 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44011 - head/en_US.ISO8859-1/books/handbook/advanced-networking Message-ID: <201402201908.s1KJ88Af005432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Thu Feb 20 19:08:08 2014 New Revision: 44011 URL: http://svnweb.freebsd.org/changeset/doc/44011 Log: In the CARP section, switch command tags in screen elements to userinput. Submitted by: Allan Jude <freebsd@allanjude.com> Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Feb 20 17:36:58 2014 (r44010) +++ head/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.xml Thu Feb 20 19:08:08 2014 (r44011) @@ -5999,7 +5999,7 @@ ifconfig_em0_alias1="vhid 2 advskew 100 <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 <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 server to return the <acronym>IP</acronym> address to the master with the command:</para> - <screen>&prompt.root; <command>ifconfig carp0 down && ifconfig carp0 up</command></screen> + <screen>&prompt.root; <userinput>ifconfig carp0 down && ifconfig carp0 up</userinput></screen> <para>This should be done on the <filename>carp</filename> interface which corresponds to the correct host.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402201908.s1KJ88Af005432>