diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-29 04:17:48 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-29 04:17:48 -0500 |
| commit | 03d7065b337bb62db3f25f3ef3e330cc29929e03 (patch) | |
| tree | 46257d3238e2a1916944b5857546980267367aa1 | |
| parent | 74a1a9dd870ab922b2dff03f8f18055060b95b32 (diff) | |
| download | alftools-03d7065b337bb62db3f25f3ef3e330cc29929e03.tar.gz | |
Tweak unalf man page.
| -rw-r--r-- | src/unalf.1 | 10 | ||||
| -rw-r--r-- | src/unalf.rst | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 3306279..ffc41c1 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -321,6 +321,11 @@ The archive is corrupt. If this happens on the last (or only) file, it probably means the ALF file was truncated. You\(aqll almost certainly get a checksum error for \fI<file>\fP, too. .TP +.B \fBfilename has underscore, OK on Sparta/MyDOS, not Atari DOS 2.x\fP +Not an actual problem, unless you try to extract this ALF file on +an Atari running Atari DOS 2.0/2.5, or any other DOS that doesn\(aqt +allow underscores in filenames. +.TP .B \fBbad Atari filename\fP \fI<filename>\fP \fI<reason>\fP The filename stored in the ALF header doesn\(aqt follow the rules for Atari DOS filenames. \fI<reason>\fP will be something like "doesn\(aqt start @@ -334,11 +339,6 @@ really might have created an ALF file with files this big... though "impossibly large" means >=16MB. \fBunalf\fP can\(aqt extract a file that big. .TP -.B \fBfilename has underscore, OK on Sparta/MyDOS, not Atari DOS 2.x\fP -Not an actual problem, unless you try to extract this ALF file on -an Atari running Atari DOS 2.0/2.5, or any other DOS that doesn\(aqt -allow underscores in filenames. -.TP .B \fBALF files don\(aqt normally contain other ALF files, are you trying to extract/list multiple ALF files at once?\fP You gave a \fIwildcard\fP argument that ends with \fI\&.alf\fP\&. This is OK if your \fIALF\fP file actually contains another \fIALF\fP file, but that would diff --git a/src/unalf.rst b/src/unalf.rst index c43d8d4..3550a3b 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -275,6 +275,11 @@ Warnings probably means the ALF file was truncated. You'll almost certainly get a checksum error for *<file>*, too. +**filename has underscore, OK on Sparta/MyDOS, not Atari DOS 2.x** + Not an actual problem, unless you try to extract this ALF file on + an Atari running Atari DOS 2.0/2.5, or any other DOS that doesn't + allow underscores in filenames. + **bad Atari filename** *<filename>* *<reason>* The filename stored in the ALF header doesn't follow the rules for Atari DOS filenames. *<reason>* will be something like "doesn't start @@ -288,11 +293,6 @@ Warnings "impossibly large" means >=16MB. **unalf** can't extract a file that big. -**filename has underscore, OK on Sparta/MyDOS, not Atari DOS 2.x** - Not an actual problem, unless you try to extract this ALF file on - an Atari running Atari DOS 2.0/2.5, or any other DOS that doesn't - allow underscores in filenames. - **ALF files don't normally contain other ALF files, are you trying to extract/list multiple ALF files at once?** You gave a *wildcard* argument that ends with *.alf*. This is OK if your *ALF* file actually contains another *ALF* file, but that would |
