diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index cccb9fd6e..7ac8512e9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -79,6 +79,12 @@ first a summary, then a detailed log.
+February 19, 2005 [gerard]: Chapter 5-Stripping:
+removed doc from the
+directories to be removed in /tools. This directory is not created
+anymore.
+
February 19, 2005 [jeremy]: Added correction to chapter 5
glibc build to correct the disabling of selinux functionality. Thanks to
Bobson on IRC (bobson@bobson.net) for pointing this out. Closes bugzilla
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml
index dcafa39da..b1d4f7dfa 100644
--- a/chapter05/stripping.xml
+++ b/chapter05/stripping.xml
@@ -27,7 +27,7 @@ built all over again.
To save another 30 MB, remove the documentation:
-rm -rf /tools/{doc,info,man}
+rm -rf /tools/{info,man}
There will now be at least 850 MB of free space on the LFS file
system that can be used to build and install Glibc in the next phase.