Jelajahi Sumber

Removed reference to static directory in Chapter 6 introduction

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2747 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 22 tahun lalu
induk
melakukan
4f898797a9
2 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/introduction.xml

+ 3 - 0
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>
 

+ 1 - 1
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>