aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/shellutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-06-30 03:33:20 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-06-30 03:33:20 +0000
commitcd62663b9a8f7d781c52b679e01289926c5b83d0 (patch)
tree171189b4b013ecb05e29fbf9a9b97d300e699e14 /chapter06/shellutils-inst.xml
parent5555d3cdee5a16b34d15715795f5b141007cccd6 (diff)
Grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@745 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/shellutils-inst.xml')
-rw-r--r--chapter06/shellutils-inst.xml6
1 files changed, 3 insertions, 3 deletions
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:
<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>