diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 475badc91..3371c469f 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
+
+ 2019-02-06
+
+
+ [bdubbs] - Simlify instructions for glibc in Chapter 5.
+ Thanks to Romain Geissler for the report.
+
+
+
+
2019-02-05
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 09636a1e3..d8a4f6733 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -55,10 +55,11 @@ cd build
--prefix=/tools \
--host=$LFS_TGT \
--build=$(../scripts/config.guess) \
- --enable-kernel=&min-kernel; \
- --with-headers=/tools/include \
+ --enable-kernel=&min-kernel; \
+ --with-headers=/tools/include
+
The meaning of the configure options:
@@ -89,7 +90,7 @@ cd build
features the kernel has and can optimize itself accordingly.
-
+
-
+
-
+