aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/procps.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-03-29 19:37:50 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-03-29 19:37:50 +0000
commitf93ffe4b796b5bcf9f00ea918e5177db2e99027a (patch)
tree212ffbd45645908f6c0a0c3e35ca5feaafb18eaa /chapter06/procps.xml
parentff0f063c6069a88c67efe37c7e31e364c27dee06 (diff)
Fix Binutils' texinfo file in pass1 and pass2 in case hosts have Texinfo >= 5.1 installed.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/procps.xml')
-rw-r--r--chapter06/procps.xml7
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|&amp;9|9999999|' testsuite/config/unix.exp