aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-17 00:43:49 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-17 00:43:49 +0000
commit0e848df6d96a4817fa30faa0eebc63712f77e440 (patch)
tree7fbcb591b2da2744937ced9cf7f8feeca92507d9 /chapter06
parentef5b719b428e66c0f2010d41e90d3b39329ed27a (diff)
Minor wording fix. Thanks Randy\!
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/make.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml
index 674d39fd6..d70f758f7 100644
--- a/chapter06/make.xml
+++ b/chapter06/make.xml
@@ -62,8 +62,8 @@ GCC, Gettext, Glibc, Grep, and Sed</seg></seglistitem>
<varlistentry id="make">
<term><command>make</command></term>
<listitem>
-<para>Automatically determines which pieces of a large package need to
-be recompiled and then issues the relevant commands</para>
+<para>Automatically determines which pieces of a package need to
+be (re)compiled and then issues the relevant commands</para>
<indexterm zone="ch-system-make make"><primary sortas="b-make">make</primary></indexterm>
</listitem>
</varlistentry>