From bd5ff2992154fe4b306d3fe6cfa1c36576fef240 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 6 Dec 2025 05:47:06 -0500 Subject: Document file=NAME syntax some more. --- src/alf.1 | 4 ++++ src/alf.rst | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'src') diff --git a/src/alf.1 b/src/alf.1 index 0f519b8..b7ac40c 100644 --- a/src/alf.1 +++ b/src/alf.1 @@ -56,6 +56,10 @@ The \fBALF\fP file format only supports uppercase "8.3" filenames filenames you give will be stored in the \fBALF\fP file uppercased and truncated to fit the 8.3 scheme. This could result in duplicate filenames in the archive, if you\(aqre not careful. +.sp +Filenames in the archive can be explicitly set. Each \fIfile\fP can be +given as \fIfile=NAME\fP, where \fINAME\fP will be the file\(aqs name in the +\fIALF\fP archive. The \fINAME\fP is still uppercased and truncated to 8.3. .SH OPTIONS .INDENT 0.0 .TP diff --git a/src/alf.rst b/src/alf.rst index 71a3dde..5bd810a 100644 --- a/src/alf.rst +++ b/src/alf.rst @@ -44,6 +44,10 @@ filenames you give will be stored in the **ALF** file uppercased and truncated to fit the 8.3 scheme. This could result in duplicate filenames in the archive, if you're not careful. +Filenames in the archive can be explicitly set. Each *file* can be +given as *file=NAME*, where *NAME* will be the file's name in the +*ALF* archive. The *NAME* is still uppercased and truncated to 8.3. + OPTIONS ======= -- cgit v1.2.3