diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:00:34 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-23 17:00:34 +0000 |
commit | cf24ff11cc44d9454ab5c8fbb9e443fe2d34830c (patch) | |
tree | b9a26c5216dbc4724c9da37755fac0825f172b11 /appendixa/textutils-desc.xml | |
parent | a81d3ab06106446982eb3364701fd9c667542448 (diff) |
fixed upper case / lower case mistakes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/textutils-desc.xml')
-rw-r--r-- | appendixa/textutils-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/textutils-desc.xml b/appendixa/textutils-desc.xml index dc253c301..b0c8d3d52 100644 --- a/appendixa/textutils-desc.xml +++ b/appendixa/textutils-desc.xml @@ -40,8 +40,8 @@ standard output.</para></sect4> writing to standard output.</para></sect4> <sect4><title>head</title> -<para>Print first xx (10 by default) lines of each specified file to standard -output.</para></sect4> +<para>head prints the first xx (10 by default) lines of each specified file to +standard output.</para></sect4> <sect4><title>join</title> <para>join joins lines of two files on a common field.</para></sect4> @@ -101,7 +101,7 @@ in specified files.</para></sect4> output.</para></sect4> <sect4><title>uniq</title> -<para>Uniq removes duplicate lines from a sorted file.</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 |