From 9f13b5a6889d63dd4657dc9a457ad783966e90c2 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sun, 14 Oct 2001 12:14:34 +0000 Subject: [PATCH] [Bug 204] Add uncompress to descriptions git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1315 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/gzip-desc.xml | 5 +++-- chapter01/changelog.xml | 4 ++++ 2 files changed, 7 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. Description -gunzip -gunzip decompresses files that are compressed with gzip. +gunzip, uncompress +gunzip and uncompress decompress files which are compressed with +gzip. gzexe gzexe allows you to compress executables in place and have them diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 9e80f09a6..795c22b5e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -23,6 +23,10 @@ +October 12th, 2001 [markh]: Appendix A - Gzip: Added +uncompress to the gunzip description as it was +missing. + October 12th, 2001 [markh]: Chapter 6 - Util-linux: Removed the USRGAMES_DIR=/usr/bin entry as it's no longer needed with util-linux-2.11l.