diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index a920ff814..fedcc50e2 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -45,6 +45,10 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>June 12th, 2002 [timothy]: Chapter 04 - Mounting the 
+new partition: Joined two commands which create the /mnt/lfs and 
+/mnt/lfs/usr directories.</para></listitem>
+
 <listitem><para>June 11th, 2002 [timothy]: Chapter 05 &amp; 06 - Gawk: 
 Created a list of package contents and descriptions.</para></listitem>
 
diff --git a/chapter03/mounting.xml b/chapter03/mounting.xml
index 38b15eb28..c1673b537 100644
--- a/chapter03/mounting.xml
+++ b/chapter03/mounting.xml
@@ -27,9 +27,8 @@ now.</para>
 <para>If you decided to create multiple partitions for LFS (say $LFS and
 $LFS/usr), mount them like this:</para>
 
-<para><screen><userinput>mkdir -p /mnt/lfs &amp;&amp;
+<para><screen><userinput>mkdir -p /mnt/lfs/usr &amp;&amp;
 mount /dev/xxx /mnt/lfs &amp;&amp;
-mkdir /mnt/lfs/usr &amp;&amp;
 mount /dev/yyy /mnt/lfs/usr</userinput></screen></para>
 
 <para>Of course, replace /dev/xxx and /dev/yyy with the appropriate
diff --git a/index.xml b/index.xml
index 70bafeafe..0d5ec046c 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20020611">
-<!ENTITY releasedate "June 11th, 2002">
+<!ENTITY version "20020612">
+<!ENTITY releasedate "June 12th, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">