diff options
Diffstat (limited to 'src/alf.1')
| -rw-r--r-- | src/alf.1 | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -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 "ALF" 1 "2025-12-04" "0.4.0" "Urchlay's Atari 8-bit Tools" +.TH "ALF" 1 "2025-12-06" "0.4.0" "Urchlay's Atari 8-bit Tools" .SH NAME alf \- create Atari 8-bit ALF archives .\" RST source for alf(1) man page. Convert with: @@ -36,7 +36,7 @@ alf \- create Atari 8-bit ALF archives . .SH SYNOPSIS .sp -alf [\fB\-\-help\fP] | [\fB\-\-version\fP | \fB\-V\fP | [\fB\-a\fP | \fB\-o\fP ] [\fB\-t[dgz]\fP] [\fB\-v\fP] \fIalf\-file\fP \fIfile\fP [\fIfile\fP ...] +alf [\fB\-\-help\fP] | [\fB\-\-version\fP | \fB\-V\fP | [\fB\-a\fP | \fB\-o\fP ] [\fB\-t[dgz]\fP] [\fB\-v\fP] \fIalf\-file\fP \fIfile[=NAME]\fP [\fIfile[=NAME]\fP ...] .SH DESCRIPTION .sp \fBalf\fP creates \fIALF\fP archives. @@ -159,6 +159,24 @@ With either of the above, the resulting \fIALF\fP archive will extract with \fBunalf\fP, but will have problems with \fBDZ.COM\fP running on an Atari. Or you can just rename the files so they comply with Atari DOS filename restrictions. +.INDENT 0.0 +.TP +.B \fBduplicate Atari filename\fP \fI<filename>\fP +You gave the same filename twice, or you gave two (or more) filenames that +convert to the same "8.3" Atari filename. Example: \fIfoo.bar\fP and \fIfoo.barf\fP +both get stored as \fIFOO.BAR\fP\&. You can avoid this by using the \fIfile=NAME\fP +syntax, e.g.: +.INDENT 7.0 +.INDENT 3.5 +.sp +.nf +.ft C +$ alf ARCHIVE.ALF foo.bar foo.barf=FOO.BRF +.ft P +.fi +.UNINDENT +.UNINDENT +.UNINDENT .SS File Size .INDENT 0.0 .TP |
