浏览代码

Grammar fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 年之前
父节点
当前提交
cd62663b9a
共有 2 个文件被更改,包括 5 次插入5 次删除
  1. 2 2
      chapter06/gcc-inst.xml
  2. 3 3
      chapter06/shellutils-inst.xml

+ 2 - 2
chapter06/gcc-inst.xml

@@ -11,8 +11,8 @@ are available.
 </para>
 
 <para>
-Note: the build of other compilers is not barely tested
-by the people working on LFS.
+Note: the build of other compilers is not tested by the people 
+who actively work on LFS.
 </para>
 
 <blockquote><literallayout>

+ 3 - 3
chapter06/shellutils-inst.xml

@@ -21,9 +21,9 @@ Install Shellutils by running the following commands:
 
 <para>
 There is a command installed in this package which is named test. It is often
-used in shell scripts to evaluate conditions, but if more often encountered
-under the form <command>[ condition ]</command>. These brackets are built into
-the bash interpreter, but the FHS dictates that there should exist a
+used in shell scripts to evaluate conditions, but is more often encountered
+in the form of <command>[ condition ]</command>. These brackets are built into
+the bash interpreter, but the FHS dictates that there should be a
 <filename>[</filename> binary. We create that in this way, while still in the
 <filename>/usr/bin</filename> directory:
 </para>