diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/introduction.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c9f7fc4be..5c371aae4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 6th, 2003 [matt]: Chapter 6 - Removed a reference +to "the static" directory in the intro.</para></listitem> + <listitem><para>September 6th, 2003 [jeremy]: Chapter 4 - Updated download locations for some packages.</para></listitem> diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index 32c192852..f8063525f 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -30,7 +30,7 @@ For the same reason, <emphasis>do not </emphasis> compile packages in parallel. Compiling in parallel may save you some time (especially on dual-CPU machines), but it could result in a program containing a hard-wired path to <filename class="directory">/tools</filename>, -which will cause the program to stop working when the static directory +which will cause the program to stop working when that directory is removed.</para> </sect1> |