diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index 50c431324..cc640a450 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -30,15 +30,6 @@ case $(uname -m) in
x86_64) mkdir -pv $LFS/lib64 ;;
esac
-
-
- The above command is correct. The ln command has
- a few syntactic versions, so be sure to check
- info coreutils ln and ln(1)
- before reporting what you may think is an error.
-
-
-
Programs in will be compiled
with a cross-compiler (more details in section ). In order to separate this
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index e3503a958..5c4e27119 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -55,6 +55,15 @@
;;
esac
+
+
+ The above command is correct. The ln command has
+ a few syntactic versions, so be sure to check
+ info coreutils ln and ln(1)
+ before reporting what you may think is an error.
+
+
+
Some of the Glibc programs use the non-FHS compliant
/var/db directory to store their
runtime data. Apply the following patch to make such programs store their