[Clfs-commits] commit: r5017 - in /trunk/BOOK/final-system/common: autoconf.xml gzip.xml less.xml

svn at cross-lfs.org svn at cross-lfs.org
Sat Jun 6 01:14:06 PDT 2009


Author: chris at beaker67.com
Date: Sat Jun  6 08:14:04 2009
New Revision: 5017

Log:
Text updates

Modified:
    trunk/BOOK/final-system/common/autoconf.xml
    trunk/BOOK/final-system/common/gzip.xml
    trunk/BOOK/final-system/common/less.xml

Modified: trunk/BOOK/final-system/common/autoconf.xml
==============================================================================
--- trunk/BOOK/final-system/common/autoconf.xml (original)
+++ trunk/BOOK/final-system/common/autoconf.xml Sat Jun  6 08:14:04 2009
@@ -35,8 +35,8 @@
 
     <para os="e">To test the results, issue:
     <userinput>make check VERBOSE=yes</userinput>. 17 tests are skipped that use
-    Automake and Different GCC Languages.  For full test coverage, Autoconf can be re-tested after
-    Automake has been installed.</para>
+    Automake and different GCC languages. For full test coverage, Autoconf can
+    be re-tested after Automake has been installed.</para>
 
     <para os="f">Install the package:</para>
 

Modified: trunk/BOOK/final-system/common/gzip.xml
==============================================================================
--- trunk/BOOK/final-system/common/gzip.xml (original)
+++ trunk/BOOK/final-system/common/gzip.xml Sat Jun  6 08:14:04 2009
@@ -45,7 +45,8 @@
 
 <screen os="g"><userinput>make install</userinput></screen>
 
-    <para os="h">Now we will move some of the utilities to /usr/bin to meet FHS compliance:</para>
+    <para os="h">Now we will move some of the utilities to
+    <filename class="directory">/usr/bin</filename> to meet FHS compliance:</para>
 
 <screen os="i"><userinput>mv -v /bin/z{egrep,cmp,diff,fgrep,force,grep,less,more,new} /usr/bin</userinput></screen>
 

Modified: trunk/BOOK/final-system/common/less.xml
==============================================================================
--- trunk/BOOK/final-system/common/less.xml (original)
+++ trunk/BOOK/final-system/common/less.xml Sat Jun  6 08:14:04 2009
@@ -51,7 +51,8 @@
 
 <screen os="h"><userinput>make install</userinput></screen>
 
-    <para os="i">Move less to /bin:</para>
+    <para os="i">Move <command>less</command> to
+    <filename class="directory">/bin</filename>:</para>
 
 <screen os="j"><userinput>mv -v /usr/bin/less /bin</userinput></screen>
 




More information about the Clfs-commits mailing list