diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-14 12:14:34 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-10-14 12:14:34 +0000 |
commit | 9f13b5a6889d63dd4657dc9a457ad783966e90c2 (patch) | |
tree | e6746c6ea1fc367478bb700cbb284148a4d884b8 /appendixa/gzip-desc.xml | |
parent | f2fba741d0d7392a1796101d3c3fe821716ac372 (diff) |
[Bug 204] Add uncompress to descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gzip-desc.xml')
-rw-r--r-- | appendixa/gzip-desc.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/appendixa/gzip-desc.xml b/appendixa/gzip-desc.xml index 3dfe21944..be52e8036 100644 --- a/appendixa/gzip-desc.xml +++ b/appendixa/gzip-desc.xml @@ -8,8 +8,9 @@ zcat, zcmp, zdiff, zforce, zgrep, zmore and znew programs.</para> <sect2><title>Description</title> -<sect3><title>gunzip</title> -<para>gunzip decompresses files that are compressed with gzip.</para></sect3> +<sect3><title>gunzip, uncompress</title> +<para>gunzip and uncompress decompress files which are compressed with +gzip.</para></sect3> <sect3><title>gzexe</title> <para>gzexe allows you to compress executables in place and have them |