Browse Source

Minor wording fix in chap6/make. (merged from trunk r6040)

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6079 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 years ago
parent
commit
89662849d9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      chapter06/make.xml

+ 2 - 2
chapter06/make.xml

@@ -60,8 +60,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>