summaryrefslogtreecommitdiffstats
path: root/doc/clzip.texinfo
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:28:53 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-06 11:28:53 +0000
commita3629922528ef8b10b664add82a8d5a1d26712b1 (patch)
treef7a142116cac25055205729fbf1c17f76066b351 /doc/clzip.texinfo
parentAdding upstream version 1.0~rc3. (diff)
downloadclzip-a3629922528ef8b10b664add82a8d5a1d26712b1.tar.xz
clzip-a3629922528ef8b10b664add82a8d5a1d26712b1.zip
Adding upstream version 1.0.upstream/1.0
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/clzip.texinfo')
-rw-r--r--doc/clzip.texinfo9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/clzip.texinfo b/doc/clzip.texinfo
index 2a2e586..acdd3bc 100644
--- a/doc/clzip.texinfo
+++ b/doc/clzip.texinfo
@@ -5,8 +5,8 @@
@finalout
@c %**end of header
-@set UPDATED 13 March 2010
-@set VERSION 1.0-rc3
+@set UPDATED 5 April 2010
+@set VERSION 1.0
@dircategory Data Compression
@direntry
@@ -58,6 +58,11 @@ gzip or bzip2. Clzip decompresses almost as fast as gzip and compresses
better than bzip2, which makes it well suited for software distribution
and data archiving.
+Clzip uses the lzip file format; the files produced by clzip are fully
+compatible with lzip-1.4 or newer. Clzip is in fact a C language version
+of lzip, intended for embedded devices or systems lacking a C++
+compiler.
+
Clzip replaces every file given in the command line with a compressed
version of itself, with the name "original_name.lz". Each compressed
file has the same modification date, permissions, and, when possible,