diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b521a8aff..9caf8f6bb 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -24,6 +24,7 @@
libtool-1.4.2
lilo-22.1
linux-2.4.16
+man-1.5j
man-pages-1.43
modutils-2.4.12
sysvinit-2.83
@@ -33,6 +34,10 @@
+November 30th, 2001 [markh]: Chapter 6: Updated to
+man-1.5j. Removed the sed which we had to use with the old version as
+the new one detects awk properly.
+
November 30th, 2001 [markh]: Chapter 5: Added static
library explanation originally posted on lfs-apps (when it still
existed) by Plasmatic.
diff --git a/chapter06/man-exp.xml b/chapter06/man-exp.xml
deleted file mode 100644
index b7ab46db4..000000000
--- a/chapter06/man-exp.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-Command explanations
-
-for ... sed ... done: This construct
-changes man so that it uses awk instead of gawk which is the default.
-We use this as LFS uses awk instead of gawk.
-
-
-
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index a2c331b93..2aee946aa 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -3,14 +3,7 @@
Run the following commands to install man:
-for i in configure src/Makefile.in src/makewhatis.sh
-do
- cp $i $i.backup &&
- sed 's/gawk/awk/g' $i > tmp~ &&
- mv tmp~ $i
-done &&
-chmod 755 configure &&
-./configure -default &&
+./configure -default &&
make &&
make install
diff --git a/chapter06/man.xml b/chapter06/man.xml
index fea467d0e..0e8ec97ec 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -6,7 +6,6 @@
Estimated required disk space: &man-compsize;
&c6-man-inst;
-&c6-man-exp;
&aa-man-desc;
&ab-man-dep;
diff --git a/index.xml b/index.xml
index 77f378579..5ebf6e3c8 100644
--- a/index.xml
+++ b/index.xml
@@ -276,7 +276,6 @@
-
@@ -642,8 +641,8 @@
-
-
+
+
@@ -859,9 +858,9 @@
-
+
-
+