diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 897a3c312..a2fe78639 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -45,6 +45,11 @@
+June 9th, 2002 [markh]: Chapter 06 - Creating
+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.
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index 1eb8a5d2c..ac15f0077 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -8,7 +8,7 @@ the FHS standard, which can be found at
Issuing the following commands will create a default directory layout:
mkdir -p /{bin,boot,dev/pts,etc/opt,home,lib,mnt,proc} &&
-mkdir -p /{root,sbin,tmp,usr,usr/local,var,opt} &&
+mkdir -p /{root,sbin,tmp,usr/local,var,opt} &&
for dirname in /usr /usr/local
do
mkdir $dirname/{bin,etc,include,lib,sbin,share,src}
diff --git a/index.xml b/index.xml
index 4b5e2410e..96a94aa82 100644
--- a/index.xml
+++ b/index.xml
@@ -4,8 +4,8 @@
-
-
+
+