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.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'src/unalf.rst') diff --git a/src/unalf.rst b/src/unalf.rst index a1b8abe..f88973d 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -222,6 +222,14 @@ Fatal errors Generally means the archive is corrupt. Valid ALF files should never cause these errors. +**fatal: compressed data is truncated, EOF before end marker** + Self-explanatory. The ALF file ends before the compressed data does. + +Warnings +-------- + +**unalf** will continue after these messages occur. + **junk at EOF (ignored)** 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 @@ -232,11 +240,6 @@ Fatal errors you know that this .alf file can't be appended to by the **LZ.COM** (aka **ALF.COM**) Atari utility. -Warnings --------- - -**unalf** will continue after these messages occur. - **checksum error on** ** The archive is corrupt. If ** is a text file, it may be partially readable. If it's an executable or other binary file, it's -- cgit v1.2.3