aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/textutils-desc.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-28 21:08:29 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-28 21:08:29 +0000
commit2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch)
tree6059aa8ca1a67a6e974f8802b9af66a7330272a4 /appendixa/textutils-desc.xml
parentf5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff)
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/textutils-desc.xml')
-rw-r--r--appendixa/textutils-desc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/textutils-desc.xml b/appendixa/textutils-desc.xml
index fa7e0df6a..68d961a05 100644
--- a/appendixa/textutils-desc.xml
+++ b/appendixa/textutils-desc.xml
@@ -21,7 +21,7 @@ file.</para></sect4>
<para>comm compares two sorted files line by line.</para></sect4>
<sect4><title>csplit</title>
-<para>csplit outputs pieces of a file separated by (a) pattern(s) to files
+<para>csplit outputs pieces of a file separated by (a) pattern(s) to files
xx01, xx02, ..., and outputs byte counts of each piece to standard
output.</para></sect4>
@@ -30,7 +30,7 @@ output.</para></sect4>
output.</para></sect4>
<sect4><title>expand</title>
-<para>expand converts tabs in files to spaces, writing to standard
+<para>expand converts tabs in files to spaces, writing to standard
output.</para></sect4>
<sect4><title>fmt</title>
@@ -106,8 +106,8 @@ output.</para></sect4>
<para>uniq removes duplicate lines from a sorted file.</para></sect4>
<sect4><title>wc</title>
-<para>wc prints line, word, and byte counts for each specified file, and a
-total line if more than one file is specified.</para></sect4>
+<para>wc prints line, word and byte counts for each specified file and a
+total line, if more than one file is specified.</para></sect4>
</sect3>