diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:29:08 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:29:08 +0000 |
commit | ebfebbfb4b77fa42f84e07b6fe671c56cdd12a35 (patch) | |
tree | a55e5d8f3b0da9372f59932cbd3079309a55fecc /doc/plzip.texinfo | |
parent | Adding upstream version 0.8. (diff) | |
download | plzip-ebfebbfb4b77fa42f84e07b6fe671c56cdd12a35.tar.xz plzip-ebfebbfb4b77fa42f84e07b6fe671c56cdd12a35.zip |
Adding upstream version 0.9.upstream/0.9
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to '')
-rw-r--r-- | doc/plzip.texinfo | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/doc/plzip.texinfo b/doc/plzip.texinfo index c83d5a5..f981207 100644 --- a/doc/plzip.texinfo +++ b/doc/plzip.texinfo @@ -6,8 +6,8 @@ @finalout @c %**end of header -@set UPDATED 17 January 2012 -@set VERSION 0.8 +@set UPDATED 1 March 2012 +@set VERSION 0.9 @dircategory Data Compression @direntry @@ -102,6 +102,13 @@ the check occurs upon decompression, so it can only tell you that something is wrong. It can't help you recover the original uncompressed data. +WARNING! Even if plzip is bug-free, other causes may result in a corrupt +compressed file (bugs in the system libraries, memory errors, etc). +Therefore, if the data you are going to compress is important, give the +@samp{--keep} option to plzip and do not remove the original file until +you verify the compressed file with a command like +@w{@samp{plzip -cd file.lz | cmp file -}}. + Return values: 0 for a normal exit, 1 for environmental problems (file not found, invalid flags, I/O errors, etc), 2 to indicate a corrupt or invalid input file, 3 for an internal consistency error (eg, bug) which |