diff options
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 15 |
1 files changed, 9 insertions, 6 deletions
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<file>\fP The archive is corrupt. If \fI<file>\fP is a text file, it may be |
