Author: pierre
Date: Thu Nov 14 13:58:04 2013
New Revision: 12222

Log:
change <userinput> to <command> in test instructions, as per the template

Modified:
   trunk/BOOK/general/genlib/libarchive.xml
   trunk/BOOK/general/genlib/libunistring.xml
   trunk/BOOK/general/genlib/popt.xml
   trunk/BOOK/general/prog/check.xml
   trunk/BOOK/general/prog/cmake.xml
   trunk/BOOK/general/prog/openjdk.xml
   trunk/BOOK/general/prog/py2cairo.xml
   trunk/BOOK/general/sysutils/mc.xml

Modified: trunk/BOOK/general/genlib/libarchive.xml
==============================================================================
--- trunk/BOOK/general/genlib/libarchive.xml    Thu Nov 14 08:25:22 2013        
(r12221)
+++ trunk/BOOK/general/genlib/libarchive.xml    Thu Nov 14 13:58:04 2013        
(r12222)
@@ -100,7 +100,7 @@
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <userinput>make check</userinput>.
+      To test the results, issue: <command>make check</command>.
     </para>
 
     <para>

Modified: trunk/BOOK/general/genlib/libunistring.xml
==============================================================================
--- trunk/BOOK/general/genlib/libunistring.xml  Thu Nov 14 08:25:22 2013        
(r12221)
+++ trunk/BOOK/general/genlib/libunistring.xml  Thu Nov 14 13:58:04 2013        
(r12222)
@@ -76,7 +76,7 @@
 <screen><userinput>./configure --prefix=/usr &amp;&amp;
 make</userinput></screen>
 
-    <para>To test the results, issue: <userinput>make check</userinput>.</para>
+    <para>To test the results, issue: <command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 

Modified: trunk/BOOK/general/genlib/popt.xml
==============================================================================
--- trunk/BOOK/general/genlib/popt.xml  Thu Nov 14 08:25:22 2013        (r12221)
+++ trunk/BOOK/general/genlib/popt.xml  Thu Nov 14 13:58:04 2013        (r12222)
@@ -74,7 +74,7 @@
     <para>If you have <xref linkend="doxygen"/> installed and wish to build
     the API documentation, issue <command>doxygen</command>.</para>
 
-    <para>To test the results, issue:<userinput>make check</userinput>.</para>
+    <para>To test the results, issue:<command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 

Modified: trunk/BOOK/general/prog/check.xml
==============================================================================
--- trunk/BOOK/general/prog/check.xml   Thu Nov 14 08:25:22 2013        (r12221)
+++ trunk/BOOK/general/prog/check.xml   Thu Nov 14 13:58:04 2013        (r12222)
@@ -88,7 +88,7 @@
 make</userinput></screen>
 
     <para>
-      To test the installation, issue <userinput>make check</userinput>.
+      To test the installation, issue <command>make check</command>.
     </para>
 
     <para>

Modified: trunk/BOOK/general/prog/cmake.xml
==============================================================================
--- trunk/BOOK/general/prog/cmake.xml   Thu Nov 14 08:25:22 2013        (r12221)
+++ trunk/BOOK/general/prog/cmake.xml   Thu Nov 14 13:58:04 2013        (r12222)
@@ -109,7 +109,7 @@
 make</userinput></screen>
 
     <para>
-      To test the results, issue: <userinput>make -k test</userinput>. Some
+      To test the results, issue: <command>make -k test</command>. Some
       tests may fail for unknown reasons. Other tests depend on the
       availability of remote sites, and may fail if those sites are
       not available.

Modified: trunk/BOOK/general/prog/openjdk.xml
==============================================================================
--- trunk/BOOK/general/prog/openjdk.xml Thu Nov 14 08:25:22 2013        (r12221)
+++ trunk/BOOK/general/prog/openjdk.xml Thu Nov 14 13:58:04 2013        (r12222)
@@ -132,7 +132,7 @@
     </itemizedlist>
 
     <para>The following may be downladed separately or be done as a
-    part of the <userinput>make</userinput> process. For convenience 
+    part of the <command>make</command> process. For convenience 
     the BLFS editors have made the files available in an LFS website.
     The files are not distributed with versions, but extracted from
     the OpenJDK version control system at specified (tagged) points.</para>

Modified: trunk/BOOK/general/prog/py2cairo.xml
==============================================================================
--- trunk/BOOK/general/prog/py2cairo.xml        Thu Nov 14 08:25:22 2013        
(r12221)
+++ trunk/BOOK/general/prog/py2cairo.xml        Thu Nov 14 13:58:04 2013        
(r12222)
@@ -109,7 +109,7 @@
         The test suite requires the optional <application>pytest</application>
         package. If installed, it is run by changing to the
         <filename class='directory'>test</filename> directory and running
-        <userinput>py.test</userinput> an an unprivileged user.
+        <command>py.test</command> as an unprivileged user.
       </para>
     </sect3>
 

Modified: trunk/BOOK/general/sysutils/mc.xml
==============================================================================
--- trunk/BOOK/general/sysutils/mc.xml  Thu Nov 14 08:25:22 2013        (r12221)
+++ trunk/BOOK/general/sysutils/mc.xml  Thu Nov 14 13:58:04 2013        (r12222)
@@ -99,7 +99,7 @@
             --with-screen=ncurses &amp;&amp;
 make</userinput></screen>
 
-    <para>To test the results, issue: <userinput>make check</userinput>.</para>
+    <para>To test the results, issue: <command>make check</command>.</para>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to