svn commit: r44011 - head/en_US.ISO8859-1/books/handbook/advanced-networking

Warren Block wblock at FreeBSD.org
Thu Feb 20 19:08:09 UTC 2014


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


More information about the svn-doc-all mailing list