summaryrefslogtreecommitdiffstats
path: root/doc/zutils.texi
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:37:59 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:37:59 +0000
commit5a8338a2537d1aca007fee7d5c1927b3a83c2da3 (patch)
tree36348dba6840228936b5152149ea57802a0bc81b /doc/zutils.texi
parentAdding debian version 1.3~pre1-1. (diff)
downloadzutils-5a8338a2537d1aca007fee7d5c1927b3a83c2da3.tar.xz
zutils-5a8338a2537d1aca007fee7d5c1927b3a83c2da3.zip
Merging upstream version 1.3~pre2.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/zutils.texi')
-rw-r--r--doc/zutils.texi9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/zutils.texi b/doc/zutils.texi
index 198fb20..f09e5e9 100644
--- a/doc/zutils.texi
+++ b/doc/zutils.texi
@@ -6,8 +6,8 @@
@finalout
@c %**end of header
-@set UPDATED 28 June 2014
-@set VERSION 1.3-pre1
+@set UPDATED 17 July 2014
+@set VERSION 1.3-pre2
@dircategory Data Compression
@direntry
@@ -83,6 +83,11 @@ NOTE: Bzip2 and lzip provide well-defined values of exit status, which
makes them safe to use with zutils. Gzip and xz may return ambiguous
warning values, making them less reliable back ends for zutils.
+FORMAT NOTE: If the @samp{--format} option is given, the corresponding
+files are passed to the decompressor without verifying their format,
+allowing for example the processing of compress'd (.Z) files with gzip:
+@samp{zcmp --format=gz file.Z file.lz}.
+
LANGUAGE NOTE: Uncompressed = not compressed = plain data; it may never
have been compressed. Decompressed is used to refer to data which has
undergone the process of decompression.