diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c1b35c737..b5a49add4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -90,7 +90,8 @@ First a summary, then a detailed log.
July 7th, 2005 [manuel]: Revised packages and patches
sizes. Using the lfs-packages-6.1.tar package and `du -k` to
-meassure it.
+meassure it. Fixed beginpage tags for PDF output. Removed blank pages
+in PDF output for non-published versions.
July 6th, 2005 [archaic]: Added security patch for zlib.
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 7c0b2e5b6..b5dac5d32 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -160,6 +160,8 @@ target now because the compiler being used to compile this GCC was
built from the exact same version of the GCC sources used
earlier.
+
+
Compilation is now complete. As previously mentioned, running
the test suites for the temporary tools compiled in this chapter is
not mandatory. To run the GCC test suite anyway, use the following
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 87df36dda..b2b8b94bd 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -298,6 +298,8 @@ libpthread.[a,so], libresolv.[a,so], librpcsvc.a, librt.[a,so],
libthread_db.so, and libutil.[a,so]
+
+
Short Descriptions
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index e06674759..480ab92ab 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -82,6 +82,8 @@ file while copying it to its destination:
rm /lib/libshadow.so
ln -sf ../../lib/libshadow.so.0 /usr/lib/libshadow.so
+
+
The -D option of the
useradd program requires the /etc/default directory for it to work
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index e8abf06d9..20075c0e8 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -139,6 +139,8 @@ reference:
cp .config /boot/config-&linux-version;
+
+
It is important to note that the files in the kernel source
directory are not owned by root. Whenever a
package is unpacked as user root (like we did