mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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:
parent
f9a430a19d
commit
164d38efea
@ -109,7 +109,7 @@ cd build</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?
|
||||
<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
|
||||
|
@ -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 @@ 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
|
||||
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>
|
||||
|
Loading…
Reference in New Issue
Block a user