diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-26 03:00:23 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-26 03:00:23 -0500 |
| commit | 83615e6e2e86163c452e65626167ad0a72353f77 (patch) | |
| tree | 6df1eacc589621a4e742c71069642f03b40954dd | |
| parent | bfb8916059a8eed4d0d1318ca3e5d3048067014b (diff) | |
| download | unalf-83615e6e2e86163c452e65626167ad0a72353f77.tar.gz | |
Fix typo in unalf man page.
| -rw-r--r-- | src/Makefile | 3 | ||||
| -rw-r--r-- | src/unalf.1 | 4 | ||||
| -rw-r--r-- | src/unalf.rst | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile index c19ac60..7a992e9 100644 --- a/src/Makefile +++ b/src/Makefile @@ -85,6 +85,9 @@ unalf.1: unalf.rst ver.rst manftr.rst alfsum.1: alfsum.rst ver.rst manftr.rst $(RST2MAN) alfsum.rst > alfsum.1 +alf.1: alf.rst ver.rst manftr.rst + $(RST2MAN) alf.rst > alf.1 + clean: rm -rf *.o unalf alfsum *.exe wintmp \ unalf.html alfsum.html *.aarch64.elf *.com.dbg diff --git a/src/unalf.1 b/src/unalf.1 index d8bae21..b8a0566 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-11-24" "0.2.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-11-26" "0.2.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: @@ -332,7 +332,7 @@ command per file. .SH NOTES .sp This \fBunalf\fP is 100% compatible with the original Atari \fBDZ.COM\fP -aka \fBDZ.COM\fP, with the following differences: +aka \fBUNALF.COM\fP, with the following differences: .INDENT 0.0 .IP \(bu 2 There is no interactive mode. The file to extract must be given as diff --git a/src/unalf.rst b/src/unalf.rst index 3aa1a06..1a959e1 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -289,7 +289,7 @@ NOTES ===== This **unalf** is 100% compatible with the original Atari **DZ.COM** -aka **DZ.COM**, with the following differences: +aka **UNALF.COM**, with the following differences: - There is no interactive mode. The file to extract must be given as a command-line argument, and the output directory must be given |
