From c6c54622b219a25cbbd24665c2394056ac33b8b4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 14 Nov 2025 17:03:36 -0500 Subject: Exit status 2 for bad checksums, print report with -t. --- src/unalf.1 | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/unalf.1') 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": -- cgit v1.2.3