소스 검색

Minor wording fix. Thanks Randy\!

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Archaic 20 년 전
부모
커밋
0e848df6d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      chapter06/make.xml

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