fix typos and format

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12136 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Xi Ruoyao 2021-02-15 06:52:17 +00:00
parent f9a430a19d
commit 164d38efea
2 changed files with 11 additions and 7 deletions

View File

@ -109,7 +109,7 @@ cd build</userinput></screen>
<screen><userinput remap="test">make check</userinput></screen> <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? <!-- 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. <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 If you do not have significantly more RAM than this, be sure to enable

View File

@ -26,8 +26,12 @@
<para>The Procps-ng package contains programs for monitoring processes.</para> <para>The Procps-ng package contains programs for monitoring processes.</para>
<!-- TODO This note will probably not be needed at the next revision. --> <!-- TODO This note will probably not be needed at the next revision. -->
<note><para>This package extracts to the directory procps-3.3.17/, <note>
not the expected procps-ng-3.3.17/.</para></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> <segmentedlist>
<segtitle>&buildtime;</segtitle> <segtitle>&buildtime;</segtitle>
@ -91,15 +95,15 @@ make check</userinput></screen>
<screen><userinput remap="test">make check</userinput></screen> <screen><userinput remap="test">make check</userinput></screen>
<para>Four tests related to pkill are known ot fail due to a problem <para>Four tests related to pkill are known to fail due to a problem
with tests that were not updated.</para> with tests that were not updated.</para>
<para>Install the package:</para> <para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen> <screen><userinput remap="install">make install</userinput></screen>
<para>Finally, move essential libraries to a location that can be found if <para>Finally, move essential libraries to a location that can be found
<filename class="directory">/usr</filename> is not mounted.</para> if <filename class="directory">/usr</filename> is not mounted.</para>
<screen><userinput remap="install">mv -v /usr/lib/libprocps.so.* /lib <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> ln -sfv ../../lib/$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so</userinput></screen>