diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 635d5d93d..7099a3404 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
-->
+
+ 2013-02-27
+
+
+ [bdubbs] - Fix a potential test error in procps-ng.
+ Thanks to Pierre Labastie for the patch. Fixes
+ #3293.
+
+
+
+
2013-02-26
diff --git a/chapter06/procps.xml b/chapter06/procps.xml
index 1b59d83af..f9370229a 100644
--- a/chapter06/procps.xml
+++ b/chapter06/procps.xml
@@ -74,13 +74,15 @@
make
The test suite needs some custom modifications for LFS.
- The which is not available and the
+ The which command is not available, the
pmap test does not match a newline character in
- two tests. To run the test suite, run the following commands:
+ two tests, and the slabtop test may return more than
+ 999,999 objects. To run the test suite, run the following commands:
pushd testsuite
- sed -i 's|exec which sleep|exec echo /tools/bin/sleep|' config/unix.exp
- sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
+ sed -i -e 's|exec which sleep|exec echo /tools/bin/sleep|' \
+ -e 's|999999|&9|' config/unix.exp
+ sed -i 's|pmap_initname\\\$|pmap_initname|' pmap.test/pmap.exp
make site.exp
DEJAGNU=global-conf.exp runtest
popd
diff --git a/general.ent b/general.ent
index db46d5a5a..3eebab5b5 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-
-
+
+