From 3548661f21b658b2fa66e30d835f1ba252d4ee6b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 23 Nov 2025 05:56:23 -0500 Subject: Fix "unknown error" (means truncated), move "junk at EOF" to warnings section of man page. --- src/unalf.1 | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'src/unalf.1') diff --git a/src/unalf.1 b/src/unalf.1 index 5ca8547..7b4f8ea 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNALF" 1 "2025-11-22" "0.1.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-11-23" "0.1.0" "Urchlay's Atari 8-bit Tools" .SH NAME unalf \- extract Atari 8-bit ALF archives .\" RST source for unalf(1) man page. Convert with: @@ -266,6 +266,14 @@ or its first two bytes don\(aqt match the \fIALF\fP signature \fB0x1a\fP \fB0x0f Generally means the archive is corrupt. Valid ALF files should never cause these errors. .TP +.B \fBfatal: compressed data is truncated, EOF before end marker\fP +Self\-explanatory. The ALF file ends before the compressed data does. +.UNINDENT +.SS Warnings +.sp +\fBunalf\fP will continue after these messages occur. +.INDENT 0.0 +.TP .B \fBjunk at EOF (ignored)\fP Usually this is caused by the .alf file being stored on a CP/M disk at some time, or by a dumb file transfer protocol. Either way, the @@ -275,11 +283,6 @@ Usually, the padding characters are \fB0x1a\fP, aka ASCII control\-Z. If you see this message, you can ignore it. It\(aqs intended to let you know that this .alf file can\(aqt be appended to by the \fBLZ.COM\fP (aka \fBALF.COM\fP) Atari utility. -.UNINDENT -.SS Warnings -.sp -\fBunalf\fP will continue after these messages occur. -.INDENT 0.0 .TP .B \fBchecksum error on\fP \fI\fP The archive is corrupt. If \fI\fP is a text file, it may be -- cgit v1.2.3