aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/textutils-desc.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appendixa/textutils-desc.xml')
-rw-r--r--appendixa/textutils-desc.xml6
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