From 695ae0bc31b390e1a544b0bd2f613ed514731168 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Tue, 24 Sep 2002 04:52:43 +0000 Subject: Applied Bill's chapter 5 fixes patch. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2133 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gzip-desc.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'appendixa/gzip-desc.xml') 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). Lempel-Ziv coding (LZ77). zcat -zcat uncompresses either a list of files on the command line or its -standard input and writes the uncompressed data on -standard output. +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. zcmp zcmp invokes the cmp program on compressed files. -- cgit v1.2.3-54-g00ecf