diff options
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index bf9c141..d3ca220 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -205,8 +205,18 @@ unalf filename.alf \(aq*.txt\(aq .UNINDENT .UNINDENT .SH EXIT STATUS -.sp -\fB0\fP for success, \fB1\fP for failure. +.INDENT 0.0 +.TP +.B 0 +Success. +.TP +.B 1 +Fatal error (I/O or bad command\-line arguments). +.TP +.B 2 +Processing completed OK, but at least one file in the archive +has a bad checksum. +.UNINDENT .SH DIAGNOSTICS .sp Besides the standard error messages such as "no such file or directory": |
