diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-31 21:38:17 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-08-31 21:38:17 -0500 |
commit | 27e1267d6f37c162d7b583919eb824776300d834 (patch) | |
tree | 3fa45b0c12fced5ae9b1d41a7bdc15ad5ac02923 | |
parent | 565edd53961be4df141c78b358cc85d66bc3a03d (diff) |
Remove out of place paragraphs
-rw-r--r-- | chapter01/whatsnew.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 78a241373..aba1f0428 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -10,7 +10,7 @@ <?dbhtml filename="whatsnew.html"?> <title>What's new since the last release</title> - +<!-- <caution> <para> During a development cycle of LFS, the instructions in the book is @@ -25,12 +25,12 @@ </para> </caution> - <para>In the 11.4 release, <parameter>--disable-fixincludes</parameter> + <para>In the 11.4 release, <parameter>- -disable-fixincludes</parameter> is set for GCC. It's a configure switch newly added in GCC 13.1 to prevent GCC from <quote>fixing</quote> the system headers. Such a <quote>fix</quote> is unnecessary for a modern Linux system and may cause issues if a package is updated after installing GCC.</para> - +--> <para>Here is a list of the packages updated since the previous release of LFS.</para> |