diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:34:43 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 15:34:43 +0000 |
commit | 8bf43e9cb86ce2c30fcc3468c13affe8b719800b (patch) | |
tree | 7f384ec2da2f858dd7ad9dd2ed27db09f913eab3 /doc/plzip.1 | |
parent | Adding upstream version 1.0~rc1. (diff) | |
download | plzip-8bf43e9cb86ce2c30fcc3468c13affe8b719800b.tar.xz plzip-8bf43e9cb86ce2c30fcc3468c13affe8b719800b.zip |
Adding upstream version 1.0.upstream/1.0
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'doc/plzip.1')
-rw-r--r-- | doc/plzip.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/plzip.1 b/doc/plzip.1 index 2b1261b..5b91105 100644 --- a/doc/plzip.1 +++ b/doc/plzip.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH PLZIP "1" "March 2013" "Plzip 1.0-rc1" "User Commands" +.TH PLZIP "1" "May 2013" "Plzip 1.0" "User Commands" .SH NAME Plzip \- reduces the size of files .SH SYNOPSIS @@ -71,6 +71,11 @@ The bidimensional parameter space of LZMA can't be mapped to a linear scale optimal for all files. If your files are large, very repetitive, etc, you may need to use the \fB\-\-match\-length\fR and \fB\-\-dictionary\-size\fR options directly to achieve optimal performance. +.PP +Exit status: 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 +caused plzip to panic. .SH "REPORTING BUGS" Report bugs to lzip\-bug@nongnu.org .br @@ -79,7 +84,7 @@ Plzip home page: http://www.nongnu.org/lzip/plzip.html Copyright \(co 2009 Laszlo Ersek. .br Copyright \(co 2013 Antonio Diaz Diaz. -Using Lzlib 1.4\-rc2 +Using Lzlib 1.4 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> .br This is free software: you are free to change and redistribute it. |