diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index b36765261..5d246c861 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -14,10 +14,10 @@
In the 11.3 release, --enable-default-pie
and --enable-default-ssp are enabled for GCC.
These techniques can mitigate some malicious attacks, but they do not provide
- perfect security. If you are reading LFS and a programming textbook,
+ perfect security. Note that some textbooks assume these options are
+ disabled, so that if you run examples from such a textbook on an LFS system,
you may need to disable PIE and SSP with the GCC options
- -fno-pie -no-pie -fno-stack-protection,
- because some textbooks assume these options are disabled by default.
+ -fno-pie -no-pie -fno-stack-protection.
Here is a list of the packages updated since the previous
release of LFS.