diff options
Diffstat (limited to 'appendixa/gzip-desc.xml')
-rw-r--r-- | appendixa/gzip-desc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index 3510b95f4..e2d168386 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -23,9 +23,9 @@ performance).</para></sect4> Lempel-Ziv coding (LZ77).</para></sect4> <sect4><title>zcat</title> -<para>zcat uncompresses either a list of files on the command line or its -standard input and writes the uncompressed data on -standard output.</para></sect4> +<para>zcat uncompresses either a list of files on the command line or a +file being read from its standard input. Then, that uncompressed data is +written to standard output.</para></sect4> <sect4><title>zcmp</title> <para>zcmp invokes the cmp program on compressed files.</para></sect4> |