diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c7a3d0b02..959de7006 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -75,10 +75,11 @@ compiling on non-x86 architectures.
variable to define -fPIC so the dynamic library gets compiled properly at
all times.
-January 5th, 2003 [timothy]: Chapter 05 - Applied Alex's
-patch to split the Install all software as an unprivileged
-user page into two pages: Adding the user lfs
-and Setting up the environment.
+January 5th, 2003 [timothy]: Chapter 05 - Applied a revised
+version of Alex's patch to split the Install all software as an
+unprivileged user page into two pages: Adding the user
+lfs and Setting up the
+environment.
January 2nd, 2003 [gerard]: Chapter 05 - All packages whose
configure script supports the LDFLAGS environment variable now use it
diff --git a/chapter05/adding-user.xml b/chapter05/adding-user.xml
index f36d5578f..b1a740875 100644
--- a/chapter05/adding-user.xml
+++ b/chapter05/adding-user.xml
@@ -12,9 +12,8 @@ the following commands to add the new user:
useradd -s /bin/bash -m lfs
passwd lfs
-In order to grant the user lfs the proper permissions
-to the $LFS/static directory, issue the following
-command:
+In order to grant ownership of the $LFS/static
+directory to the user lfs, issue the command:
chown -R lfs $LFS/static
diff --git a/chapter05/setting-environment.xml b/chapter05/setting-environment.xml
index f143b8b69..9ee0477d4 100644
--- a/chapter05/setting-environment.xml
+++ b/chapter05/setting-environment.xml
@@ -21,14 +21,13 @@ Other users of the system will be have read permission, and executable
permission to directories. It is advisable to keep this setting throughout
your LFS installation.
-The LFS, LC_ALL, and CC environment variables are also set. The LFS
-variable has been explained in previous chapters. LC_ALL is a variable used
-for internationalization.
+The LFS variable has been explained in previous chapters. LC_ALL is
+a variable used for internationalization.
The LC_ALL variable controls the localization of certain programs,
making their messages follow the conventions of a specified country. If your
host system uses a version of glibc older than 2.2.4,
-having LC_ALL set to something other than "C" or "POSIX" during Chapter 5
+having LC_ALL set to something other than "C" or "POSIX" during this chapter
may cause trouble if you exit the chroot environment and wish to return later.
By setting LC_ALL to "POSIX" ("C" is an alias for "POSIX") we ensure that
everything will work as expected in the chroot environment.