diff options
Diffstat (limited to '')
-rw-r--r-- | doc/lziprecover.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/lziprecover.1 b/doc/lziprecover.1 index 70e4c67..f62094a 100644 --- a/doc/lziprecover.1 +++ b/doc/lziprecover.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH LZIPRECOVER "1" "April 2013" "Lziprecover 1.14-rc3" "User Commands" +.TH LZIPRECOVER "1" "May 2013" "Lziprecover 1.14" "User Commands" .SH NAME Lziprecover \- recovers data from damaged lzip files .SH SYNOPSIS @@ -59,6 +59,11 @@ be verbose (a 2nd \fB\-v\fR gives more) .PP Numbers may be followed by a multiplier: k = kB = 10^3 = 1000, Ki = KiB = 2^10 = 1024, M = 10^6, Mi = 2^20, G = 10^9, Gi = 2^30, etc... +.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 lziprecover to panic. .SH "REPORTING BUGS" Report bugs to lzip\-bug@nongnu.org .br |