From bdc08c1c6419be50edb433c4425481bdabf8a5ea Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 6 Feb 2002 23:15:46 +0000 Subject: [Bug 190] reorganise and sync descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gzip-desc.xml | 58 ++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) (limited to 'appendixa/gzip-desc.xml') diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index f33fa4611..e756f5889 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -1,53 +1,53 @@ - -Contents +Contents of gzip-&gzip-contversion; -The Gzip package contains the gunzip, gzexe, gzip, uncompress, -zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs. +Program Files +gunzip (link to gzip), gzexe, gzip, +uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce, +zgrep, zmore and znew - - -Description +Description -gunzip, uncompress +gunzip, uncompress gunzip and uncompress decompress files which are compressed with -gzip. +gzip. -gzexe +gzexe gzexe allows you to compress executables in place and have them automatically uncompress and execute when they are run (at a penalty in -performance). +performance). -gzip +gzip gzip reduces the size of the named files using -Lempel-Ziv coding (LZ77). +Lempel-Ziv coding (LZ77). -zcat +zcat zcat uncompresses either a list of files on the command line or its standard input and writes the uncompressed data on -standard output +standard output -zcmp -zcmp invokes the cmp program on compressed files. +zcmp +zcmp invokes the cmp program on compressed files. -zdiff -zdiff invokes the diff program on compressed files. +zdiff +zdiff invokes the diff program on compressed files. -zforce -zforce forces a .gz extension on all gzip files so that gzip will not +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 -after a file transfer. +after a file transfer. -zgrep -zgrep invokes the grep program on compressed files. +zgrep +zgrep invokes the grep program on compressed files. -zmore +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 -more program). +more program). -znew +znew znew re-compresses files from .Z (compress) format to -.gz (gzip) format. +.gz (gzip) format. - + + -- cgit v1.2.3-54-g00ecf