diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/procps.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chapter06/procps.xml b/chapter06/procps.xml index 7a63f7755..217722a78 100644 --- a/chapter06/procps.xml +++ b/chapter06/procps.xml @@ -74,10 +74,9 @@ <screen><userinput remap="make">make</userinput></screen> <para>The test suite needs some custom modifications for LFS. - The <command>which</command> command is not available, the - <command>pmap</command> test does not match a newline character in - two tests, and the <command>slabtop</command> test may return more than - 999,999 objects. To run the test suite, run the following commands:</para> + The <command>which</command> command is not available, and the + <command>slabtop</command> test may return more than 999,999 objects. To run + the test suite, run the following commands:</para> <screen><userinput remap="test">sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \ -e 's|&9|9999999|' testsuite/config/unix.exp |