diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml
index 8e9c32751..1d2368fce 100644
--- a/chapter05/binutils-pass2.xml
+++ b/chapter05/binutils-pass2.xml
@@ -42,7 +42,7 @@ unset them when building Binutils.
Create a separate build directory again:
-mkdir ../binutils-build
+mkdir -v ../binutils-build
cd ../binutils-build
Prepare Binutils for compilation:
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 0be480aba..0b022a19b 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -57,7 +57,7 @@ patch -Np1 -i ../&glibc-gcc4_iconvdata-patch;
The Glibc documentation recommends building Glibc outside of the source
directory in a dedicated build directory:
-mkdir ../glibc-build
+mkdir -v ../glibc-build
cd ../glibc-build
Next, prepare Glibc for compilation:
diff --git a/chapter09/reboot.xml b/chapter09/reboot.xml
index 88b2fbcdb..babdfaeb2 100644
--- a/chapter09/reboot.xml
+++ b/chapter09/reboot.xml
@@ -38,7 +38,7 @@ umount -v $LFS/sys
Unmount the LFS file system itself:
-umount $LFS
+umount -v $LFS
If multiple partitions were created, unmount the other
partitions before unmounting the main one, like this:
diff --git a/general.ent b/general.ent
index c9ea4b091..eba958d34 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
-
-
+
+