From 2c094d60db777dce20fd4eccf4996299c2a0dfe0 Mon Sep 17 00:00:00 2001 From: Timothy Bauscher Date: Sat, 28 Sep 2002 21:08:29 +0000 Subject: Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gzip-desc.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'appendixa/gzip-desc.xml') diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index e2d168386..3faab5899 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -23,9 +23,8 @@ performance). Lempel-Ziv coding (LZ77). zcat -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. +zcat uncompresses, and writes to standard output, either a list of files +on the command line or a file being read from standard input. zcmp zcmp invokes the cmp program on compressed files. @@ -35,7 +34,7 @@ written to standard output. zforce zforce forces a .gz extension on all gzip files so that gzip will not -compress them twice. This can be useful for files with names truncated +compress them twice. This can be useful for files with names truncated after a file transfer. zgrep @@ -43,7 +42,7 @@ after a file transfer. zmore zmore is a filter which allows examination of compressed or plain text -files one screen at a time on a soft-copy terminal (similar to the +files, one screen at a time on a soft-copy terminal (similar to the more program). znew -- cgit v1.2.3-54-g00ecf