diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml
index b0f9260d5..749ce84fa 100644
--- a/chapter04/creatingminlayout.xml
+++ b/chapter04/creatingminlayout.xml
@@ -12,7 +12,8 @@
The first task performed in the LFS partition is to create a limited
directory hierarchy so that programs compiled in may be installed in their final
+ linkend="chapter-temporary-tools"/> (as well as glibc and libstdc++ in ) may be installed in their final
location. This is needed so that those temporary programs be overwritten
when rebuilding them in .
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml
index 6dacb059e..68da1f7c2 100644
--- a/chapter05/libstdc++.xml
+++ b/chapter05/libstdc++.xml
@@ -75,8 +75,9 @@ cd build
--host=...
- Specifies the use the cross compiler we have just built
- instead of the one in /usr/bin.
+ Specifies that the cross compiler we have just built
+ should be used instead of the one in
+ /usr/bin.