diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-07-22 19:45:10 +0000 |
commit | b822811980a5f82726cb641cbeff66be9eb6d92a (patch) | |
tree | 27c4db3c62aaea065b053e43c39b2ba44c04a05f /appendixa/gzip-desc.xml | |
parent | 46f5461af92bc70c62bbb92895032b930954d835 (diff) |
XML changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@827 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gzip-desc.xml')
-rw-r--r-- | appendixa/gzip-desc.xml | 56 |
1 files changed, 18 insertions, 38 deletions
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 @@ <sect2> <title>Contents</title> -<para> -The Gzip package contains the compress, gunzip, gzexe, gzip, uncompress, -zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs. -</para> +<para>The Gzip package contains the compress, gunzip, gzexe, gzip, uncompress, +zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs.</para> </sect2> @@ -12,88 +10,70 @@ zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs. <sect3><title>gunzip</title> -<para> -gunzip decompresses files that are compressed with gzip. -</para> +<para>gunzip decompresses files that are compressed with gzip.</para> </sect3> <sect3><title>gzexe</title> -<para> -gzexe allows to compress executables in place and have them +<para>gzexe allows to compress executables in place and have them automatically uncompress and execute when they are run (at a penalty in -performance). -</para> +performance).</para> </sect3> <sect3><title>gzip</title> -<para> -gzip reduces the size of the named files using Lempel-Ziv coding (LZ77). -</para> +<para>gzip reduces the size of the named files using +Lempel-Ziv coding (LZ77).</para> </sect3> <sect3><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> +<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> <sect3><title>zcmp</title> -<para> -zcmp invokes the cmp program on compressed files. -</para> +<para>zcmp invokes the cmp program on compressed files.</para> </sect3> <sect3><title>zdiff</title> -<para> -zdiff invokes the diff program on compressed files. -</para> +<para>zdiff invokes the diff program on compressed files.</para> </sect3> <sect3><title>zforce</title> -<para> -zforce forces a .gz extension on all gzip files so that gzip will not +<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> +after a file transfer.</para> </sect3> <sect3><title>zgrep</title> -<para> -zgrep invokes the grep program on compressed files. -</para> +<para>zgrep invokes the grep program on compressed files.</para> </sect3> <sect3><title>zmore</title> -<para> -zmore is a filter which allows examination of compressed or plain text +<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> +more program).</para> </sect3> <sect3><title>znew</title> -<para> -znew re-compresses files from .Z (compress) format to .gz (gzip) format. -</para> +<para>znew re-compresses files from .Z (compress) format to +.gz (gzip) format.</para> </sect3> |