diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index bd75e44f8..5b95a7392 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -35,6 +35,16 @@
-->
+
+ 2014-07-31
+
+
+ [Chris] - Removed reference to a non-existent man page mentioned
+ in timesyncd.conf.
+
+
+
+
2014-07-28
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml
index 234730aa6..1d8fb7cc0 100644
--- a/chapter06/systemd.xml
+++ b/chapter06/systemd.xml
@@ -55,6 +55,12 @@ EOF
sed -i "s:blkid/::" $(grep -rl "blkid/blkid.h")
+ The timesyncd.conf file contains a
+ reference to a non-existent timesyncd.conf(5) man
+ page. Remove that reference to avoid possible confusion:
+
+sed -i '/timesyncd.conf/d' src/timesync/timesyncd.conf.in
+
Apply a patch so that compat pkg-config files get
installed without installing compat libs which are useless on LFS: