diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-12-02 21:22:32 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-12-02 21:22:32 -0500 |
| commit | d2085ad7f2db7310f99726c5c3b1c9019f3947cc (patch) | |
| tree | 3f0cfff609723d101ff113cc757d6ecaeab610b8 /src/unalf.1 | |
| parent | 65145d492797a8c5f5e95098b49ea4b00f49be4c (diff) | |
| download | alftools-d2085ad7f2db7310f99726c5c3b1c9019f3947cc.tar.gz | |
unalf: warn about all-zero ALF header dates.
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index c1683a4..f7d4ff3 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-12-01" "0.3.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-12-02" "0.3.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: @@ -345,6 +345,12 @@ your \fIALF\fP file actually contains another \fIALF\fP file, but that would be a pathological case. Most likely, you\(aqre trying to extract multiple \fIALF\fP files with one command, which doesn\(aqt work. Use one \fBunalf\fP command per file. +.TP +.B \fBdate/time for <file> is null, using current date/time\fP +The date stored in the \fIALF\fP header for this file is all zeroes, which +is an invalid date. \fBunalf \-v\fP shows this as \fI<none>\fP\&. The +date on the extracted file can\(aqt be set, so it\(aqll have the current +date and time instead. .UNINDENT .SH NOTES .sp |
