diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 156409d90..bb4cac9e5 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -48,8 +48,7 @@
July 3rd, 2002 [timothy]: Chapter 06 - Sysvinit: Simplified
the sed command and updated the installation description because init now
-prints "Sending processes" instead of "Sending all processes". Internal
-change: added <screen> tags to chrootcmd.xml.
+prints "Sending processes" instead of "Sending all processes".
July 2nd, 2002 [markh]: Internal change - Made all
patches use a &package-patch-version; entity and removed all
@@ -64,22 +63,16 @@ LFS-Bootscripts: Updated package contents.
June 23rd, 2002 [timothy]: Chapter 05 & 06 - Net-tools,
Perl, Texinfo, Autoconf, Automake, File, Libtool, Bin86, Vim, Linux, Bison,
Less, Man-pages, Groff, Bzip2, E2fsprogs, Grep, Lilo, Modutils, Procps,
-Psmisc, Reiserfsprogs: Updated package contents.
-
-June 23rd, 2002 [timothy]: Chapter 05 & 06 - M4, Bzip2,
-File, E2fsprogs: Added "last checked against" for uniformity.
-
-June 23rd, 2002 [timothy]: Chapter 05 & 06 - GCC:
-Removed i686-specific programs.
+Psmisc, Reiserfsprogs: Updated package contents. M4, Bzip2,File, E2fsprogs:
+Added "last checked against" for uniformity. GCC: Removed i686-specific
+programs.
June 16th, 2002 [timothy]: Chapter 06 - Gettext:
Updated package contents.
June 14th, 2002 [timothy]: Chapter 05 & 06 - Binutils,
-Bzip2, Diffutils, Grep: Updated package contents.
-
-June 14th, 2002 [timothy]: Chapter 05 & 06 - GCC:
-Updated description of c++filt.
+Bzip2, Diffutils, Grep: Updated package contents. GCC: Updated description
+of c++filt.
June 13th, 2002 [timothy]: Chapter 09 - The End:
Changed $LFS/etc/lfs-&version; to $LFS/etc/lfs and put the version
@@ -88,22 +81,13 @@ number inside this file.
June 12th, 2002 [timothy]: Chapter 05 - GCC:
Modified the build instructions and command explanations to
only build the C compiler. The C++ compiler is not needed
-until after the second GCC build.
-
-June 12th, 2002 [timothy]: Chapter 06 - Shadow:
-Made some grammatic changes.
+until after the second GCC build. Chapter 06 - Shadow: grammatic
+changes.
June 11th, 2002 [timothy]: Chapter 05 & 06 - Gawk:
-Created a list of package contents and descriptions.
-
-June 11th, 2002 [timothy]: Chapter 05 - Fileutils:
-Removed a confusing paragraph about the fileutils patch, per
-Christophe Devine's request.
-
-June 11th, 2002 [timothy]: Chapter 05 & 06 - All
-software: Updated the estimated required disk space.
-
-June 11th, 2002 [timothy]: Chapter 05 & 06 - GCC:
+Created a list of package contents and descriptions. Chapter 05 - Fileutils:
+Removed a confusing paragraph about the fileutils patch. All
+software: Updated the estimated required disk space. GCC:
Updated the package contents.
June 9th, 2002 [markh]: Chapter 06 - Creating
@@ -111,28 +95,18 @@ Directories: Changed usr,usr/local to just usr/local as we use the -p
option to mkdir which will create the usr directory
anyways.
-June 7th, 2002 [timothy] - Chapter 06 -
-Reiserfsprogs: added a description for unpack.
-
-June 7th, 2002 [timothy] - Chapter 02 -
-How to ask for help: mentioned the FAQ.
+June 7th, 2002 [timothy] - Chapter 06 - Reiserfsprogs:
+added a description for unpack. Chapter 02 - How to ask for help: mentioned
+the FAQ.
June 6th, 2002 [markh] - Chapter 05 - Tidy up
explanations following the /static change.
-June 5th, 2002 [timothy] Preface - Who would
-not want to read this book: applied a revised version of
-Scot's grammar patch.
-
-June 5th, 2002 [timothy] Chapter 09 - Rebooting
-the system, Lilo, Bootscripts: named the hint authors.
-
-June 5th, 2002 [timothy] Chapter 06 - Vim:
-updated the hint URL.
-
-June 5th, 2002 [timothy] Chapter 05 - Gawk:
-mentioned that the patch will be applied in Chapter 06. The
-patch caused some confusion.
+June 5th, 2002 [timothy] Preface - Who would not want to
+read this book: applied a revised version of Scot's grammar patch.
+Chapter 09 - Rebooting the system, Lilo, Bootscripts: named the hint authors.
+Chapter 06 - Vim: updated the hint URL. Chapter 05 - Gawk: to avoid confusion,
+mentioned that the patch will be applied in Chapter 06.
June 3rd, 2002 [timothy] Chapter 01 - FAQ: edited
to include reporting typos.
diff --git a/chapter06/bin86-exp.xml b/chapter06/bin86-exp.xml
deleted file mode 100644
index 5d0c31040..000000000
--- a/chapter06/bin86-exp.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-Command explanations
-
-make INSTALL_OPTS="-m 755"...: The Makefile
-declares INSTALL_OPTS="-m 755 -s". The -s parameter causes the install
-program to invoke the strip program to strip debug symbols from the
-program. This doesn't work properly because a few files aren't
-programs, but shell scripts. The strip program errors on those.
-
-
-