diff options
Diffstat (limited to 'chapter08/procps.xml')
-rw-r--r-- | chapter08/procps.xml | 16 |
1 files changed, 10 insertions, 6 deletions
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> |