diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-15 14:20:06 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-15 14:20:06 -0500 |
| commit | 272c07d0a63c40597372467a13556e3b197e0b03 (patch) | |
| tree | bf0c02259f03e6cdbd86028546ee5072dd35000f /src/unalf.1 | |
| parent | 1d45bb35abcac352f916180128bf40622ba0bc11 (diff) | |
| download | unalf-272c07d0a63c40597372467a13556e3b197e0b03.tar.gz | |
Special case underscores in filenames, in sanity check.
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index b2f918f..27d9522 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -277,8 +277,13 @@ any unprintable characters as hex values (e.g. \fB$01\fP). Followed by "impossibly large", "suspiciously large", or "too large to fit on a floppy disk". May indicate a corrupt archive, or someone really might have created an ALF file with files this big... though -"impossibly large" means >16MB. \fBunalf\fP can\(aqt extract a file +"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. .UNINDENT .SH NOTES .sp |
