From b822811980a5f82726cb641cbeff66be9eb6d92a Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 22 Jul 2001 19:45:10 +0000 Subject: XML changes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gzip-desc.xml | 56 ++++++++++++++++--------------------------------- 1 file changed, 18 insertions(+), 38 deletions(-) (limited to 'appendixa/gzip-desc.xml') diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index dbfe0f719..7f66f985a 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -1,10 +1,8 @@ Contents - -The Gzip package contains the compress, gunzip, gzexe, gzip, uncompress, -zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs. - +The Gzip package contains the compress, gunzip, gzexe, gzip, uncompress, +zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs. @@ -12,88 +10,70 @@ zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs. gunzip - -gunzip decompresses files that are compressed with gzip. - +gunzip decompresses files that are compressed with gzip. gzexe - -gzexe allows to compress executables in place and have them +gzexe allows to compress executables in place and have them automatically uncompress and execute when they are run (at a penalty in -performance). - +performance). gzip - -gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). - +gzip reduces the size of the named files using +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 its +standard input and writes the uncompressed data on standard output zcmp - -zcmp invokes the cmp program on compressed files. - +zcmp invokes the cmp program on compressed files. zdiff - -zdiff invokes the diff program on compressed files. - +zdiff invokes the diff program on compressed files. zforce - -zforce forces a .gz extension on all gzip files so that gzip will not +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 -after a file transfer. - +after a file transfer. zgrep - -zgrep invokes the grep program on compressed files. - +zgrep invokes the grep program on compressed files. zmore - -zmore is a filter which allows examination of compressed or plain text +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 -more program). - +more program). znew - -znew re-compresses files from .Z (compress) format to .gz (gzip) format. - +znew re-compresses files from .Z (compress) format to +.gz (gzip) format. -- cgit v1.2.3-54-g00ecf