diff options
author | Archaic <archaic@linuxfromscratch.org> | 2005-06-27 22:48:58 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2005-06-27 22:48:58 +0000 |
commit | 286db8f8e08fd9c792f898a2b3a8b420ff5cb1bb (patch) | |
tree | d4bdfe46a75d2c23ae047f2b5a7e116096afa10b | |
parent | cce9fef3bd93fef9e74b261a1a64e7278f0b4ed9 (diff) |
Filled in text for errata page. (merged from trunk r6206)
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6207 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | prologue/errata.xml | 11 |
2 files changed, 11 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index afa765ec4..2dc91d6c9 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 27th, 2005 [archaic]: Filled in text for errata page. +Thanks for the text, Steve!</para></listitem> + <listitem><para>June 26th, 2005 [manuel]: Small tags corrections.</para></listitem> <listitem><para>June 25th, 2005 [archaic]: Added placeholder for errata page and diff --git a/prologue/errata.xml b/prologue/errata.xml index 03b4ee180..2228e8c91 100644 --- a/prologue/errata.xml +++ b/prologue/errata.xml @@ -7,9 +7,14 @@ <title>Errata</title> <?dbhtml filename="errata.html"?> -<para>PLACEHOLDER</para> - -<para>Link to errata page <ulink url="&errata;"/></para> +<para>The software used to create an LFS system is constantly being updated and +enhanced. New features, security warnings, and bug fixes may become available +after the LFS book has been released. To check whether the package versions or +instructions in this release of LFS need any modifications to accomodate +security or bug fixes, please visit <ulink url="&errata;"/> before proceeding +with your build. You should note any changes shown and apply them to the +relevant section of the book as you progress with building the LFS system. +</para> </sect1> |