diff options
-rw-r--r-- | chapter08/e2fsprogs.xml | 2 | ||||
-rw-r--r-- | chapter08/procps.xml | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index a528f761a..40544e782 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -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 diff --git a/chapter08/procps.xml b/chapter08/procps.xml index a0cc0e599..fd437f3f1 100644 --- a/chapter08/procps.xml +++ b/chapter08/procps.xml @@ -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> |