diff options
Diffstat (limited to 'appendixa/textutils-desc.xml')
-rw-r--r-- | appendixa/textutils-desc.xml | 8 |
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> |