diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/gzip-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gzip-desc.xml')
-rw-r--r-- | appendixa/gzip-desc.xml | 58 |
1 files changed, 29 insertions, 29 deletions
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 @@ -<sect2> -<title>Contents</title> +<sect2><title>Contents of gzip-&gzip-contversion;</title> -<para>The Gzip package contains the gunzip, gzexe, gzip, uncompress, -zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs.</para> +<sect3><title>Program Files</title> +<para>gunzip (link to gzip), gzexe, gzip, +uncompress (link to gunzip), zcat (link to gzip), zcmp, zdiff, zforce, +zgrep, zmore and znew</para></sect3> -</sect2> - -<sect2><title>Description</title> +<sect3><title>Description</title> -<sect3><title>gunzip, uncompress</title> +<sect4><title>gunzip, uncompress</title> <para>gunzip and uncompress decompress files which are compressed with -gzip.</para></sect3> +gzip.</para></sect4> -<sect3><title>gzexe</title> +<sect4><title>gzexe</title> <para>gzexe allows you to compress executables in place and have them automatically uncompress and execute when they are run (at a penalty in -performance).</para></sect3> +performance).</para></sect4> -<sect3><title>gzip</title> +<sect4><title>gzip</title> <para>gzip reduces the size of the named files using -Lempel-Ziv coding (LZ77).</para></sect3> +Lempel-Ziv coding (LZ77).</para></sect4> -<sect3><title>zcat</title> +<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></sect3> +standard output</para></sect4> -<sect3><title>zcmp</title> -<para>zcmp invokes the cmp program on compressed files.</para></sect3> +<sect4><title>zcmp</title> +<para>zcmp invokes the cmp program on compressed files.</para></sect4> -<sect3><title>zdiff</title> -<para>zdiff invokes the diff program on compressed files.</para></sect3> +<sect4><title>zdiff</title> +<para>zdiff invokes the diff program on compressed files.</para></sect4> -<sect3><title>zforce</title> -<para>zforce forces a .gz extension on all gzip files so that gzip will not +<sect4><title>zforce</title> +<para>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.</para></sect3> +after a file transfer.</para></sect4> -<sect3><title>zgrep</title> -<para>zgrep invokes the grep program on compressed files.</para></sect3> +<sect4><title>zgrep</title> +<para>zgrep invokes the grep program on compressed files.</para></sect4> -<sect3><title>zmore</title> +<sect4><title>zmore</title> <para>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).</para></sect3> +more program).</para></sect4> -<sect3><title>znew</title> +<sect4><title>znew</title> <para>znew re-compresses files from .Z (compress) format to -.gz (gzip) format.</para></sect3> +.gz (gzip) format.</para></sect4> -</sect2> +</sect3> +</sect2> |