diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c7d6571f8..0ec808f22 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -53,10 +53,6 @@ until after the second GCC build.
June 12th, 2002 [timothy]: Chapter 06 - Shadow:
Made some grammatic changes.
-June 12th, 2002 [timothy]: Chapter 04 - Mounting the
-new partition: Joined two commands which create the /mnt/lfs and
-/mnt/lfs/usr directories.
-
June 11th, 2002 [timothy]: Chapter 05 & 06 - Gawk:
Created a list of package contents and descriptions.
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index c1673b537..38b15eb28 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -27,8 +27,9 @@ now.
If you decided to create multiple partitions for LFS (say $LFS and
$LFS/usr), mount them like this:
-mkdir -p /mnt/lfs/usr &&
+mkdir -p /mnt/lfs &&
mount /dev/xxx /mnt/lfs &&
+mkdir /mnt/lfs/usr &&
mount /dev/yyy /mnt/lfs/usr
Of course, replace /dev/xxx and /dev/yyy with the appropriate
diff --git a/index.xml b/index.xml
index 0d5ec046c..2b8ca56d9 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
-
-
+
+