From cd62663b9a8f7d781c52b679e01289926c5b83d0 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 30 Jun 2001 03:33:20 +0000 Subject: [PATCH] Grammar fix git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/gcc-inst.xml | 4 ++-- chapter06/shellutils-inst.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index d1932bbe1..284397554 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -11,8 +11,8 @@ are available. -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.
diff --git a/chapter06/shellutils-inst.xml b/chapter06/shellutils-inst.xml index 27d29ea4f..7ecf22d7c 100644 --- a/chapter06/shellutils-inst.xml +++ b/chapter06/shellutils-inst.xml @@ -21,9 +21,9 @@ Install Shellutils by running the following commands: 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 [ condition ]. 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 [ condition ]. These brackets are built into +the bash interpreter, but the FHS dictates that there should be a [ binary. We create that in this way, while still in the /usr/bin directory: