Author: xry111
Date: Sun Feb 14 22:52:17 2021
New Revision: 12136

Log:
fix typos and format

Modified:
   trunk/BOOK/chapter08/e2fsprogs.xml
   trunk/BOOK/chapter08/procps.xml

Modified: trunk/BOOK/chapter08/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chapter08/e2fsprogs.xml  Sun Feb 14 14:37:55 2021        (r12135)
+++ trunk/BOOK/chapter08/e2fsprogs.xml  Sun Feb 14 22:52:17 2021        (r12136)
@@ -109,7 +109,7 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-<para>One test, m_rootdir_acl, is knowm to fail.</para>
+<para>One test, m_rootdir_acl, is known to fail.</para>
 <!-- This is a ridiculous amount now! And is it still true?
     <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory.
     If you do not have significantly more RAM than this, be sure to enable

Modified: trunk/BOOK/chapter08/procps.xml
==============================================================================
--- trunk/BOOK/chapter08/procps.xml     Sun Feb 14 14:37:55 2021        (r12135)
+++ trunk/BOOK/chapter08/procps.xml     Sun Feb 14 22:52:17 2021        (r12136)
@@ -26,8 +26,12 @@
     <para>The Procps-ng package contains programs for monitoring 
processes.</para>
 
     <!-- TODO This note will probably not be needed at the next revision. -->
-    <note><para>This package extracts to the directory procps-3.3.17/, 
-       not the expected procps-ng-3.3.17/.</para></note>
+    <note>
+      <para>This package extracts to the directory
+      <filename class="directory">procps-3.3.17</filename>, 
+      not the expected
+      <filename class="directory">procps-ng-3.3.17</filename>.</para>
+    </note>
 
     <segmentedlist>
       <segtitle>&buildtime;</segtitle>
@@ -91,15 +95,15 @@
 
 <screen><userinput remap="test">make check</userinput></screen>
 
-    <para>Four tests related to pkill are known ot fail due to a problem
-          with tests that were not updated.</para>
+    <para>Four tests related to pkill are known to fail due to a problem
+    with tests that were not updated.</para>
  
     <para>Install the package:</para>
 
 <screen><userinput remap="install">make install</userinput></screen>
 
-<para>Finally, move essential libraries to a location that can be found if
-<filename class="directory">/usr</filename> is not mounted.</para>
+    <para>Finally, move essential libraries to a location that can be found
+    if <filename class="directory">/usr</filename> is not mounted.</para>
 
 <screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib
 ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) 
/usr/lib/libprocps.so</userinput></screen>
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to