diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 82e0e554f..4a8c0c301 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -93,6 +93,12 @@ first a summary, then a detailed log.
+September 10th, 2004 [jeremy]: Modified the instructions to
+lock in glibc in Chapter 6, modifying the startfile_prefix_spec parameter in
+the gcc specs file. Thanks to Greg Schafer for pointing out this problem, and
+Ryan Oliver and Anderson Lizardo for the fix. Closes out bug 895 for
+unstable.
+
September 9th, 2004 [jeremy]: Added missing colon to group
name in Chapter 6-Coreutils (used by the test suite). Reported by
Nico to LFS-Dev
diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml
index c7ab66921..a3522a663 100644
--- a/chapter06/readjusting.xml
+++ b/chapter06/readjusting.xml
@@ -52,7 +52,8 @@ this:
-sed -i 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \
+perl -pi -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g;' \
+ -e 's@\*startfile_prefix_spec:\n@$_/usr/lib/@g;' \
`gcc --print-file specs`
Again, cutting and pasting the above is recommended. And just like
diff --git a/general.ent b/general.ent
index c7e0ffe13..278b06a13 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+