aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/introduction.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2003-09-06 20:19:16 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2003-09-06 20:19:16 +0000
commit4f898797a96cc2b646abb2c1017872536d57bf51 (patch)
tree9b685517109ce2eb4b04500303b89bef63d53bf9 /chapter06/introduction.xml
parentbace8ea171d28562db7597d474b4623dbfc37e9a (diff)
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
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r--chapter06/introduction.xml2
1 files changed, 1 insertions, 1 deletions
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>