diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-24 17:40:50 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-24 17:40:50 -0500 |
| commit | 80ce84150092ba19bd71a2437b1e92947e17b46e (patch) | |
| tree | 220f02e9cfa135f3c28be94f740d6c82d642ff45 | |
| parent | 7fc936943d5c5dd58ba2767a87d59101061d32ac (diff) | |
| download | unalf-80ce84150092ba19bd71a2437b1e92947e17b46e.tar.gz | |
Document inability to read ALF file from stdin.
| -rw-r--r-- | src/alfsum.1 | 2 | ||||
| -rw-r--r-- | src/unalf.1 | 5 | ||||
| -rw-r--r-- | src/unalf.rst | 3 | ||||
| -rw-r--r-- | src/ver.rst | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/src/alfsum.1 b/src/alfsum.1 index 0ef625c..d911d31 100644 --- a/src/alfsum.1 +++ b/src/alfsum.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 "ALFSUM" 1 "2025-11-21" "0.1.0" "Urchlay's Atari 8-bit Tools" +.TH "ALFSUM" 1 "2025-11-24" "0.2.0" "Urchlay's Atari 8-bit Tools" .SH NAME alfsum \- calculate ALF checksums .\" RST source for alfsum(1) man page. Convert with: diff --git a/src/unalf.1 b/src/unalf.1 index 7b4f8ea..d8bae21 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-23" "0.1.0" "Urchlay's Atari 8-bit Tools" +.TH "UNALF" 1 "2025-11-24" "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: @@ -58,6 +58,9 @@ below for details. Only one \fIalf\-file\fP argument is allowed. It\(aqs impossible to process multiple ALF files per run of \fBunalf\fP\&. If you need bulk extraction, use e.g. a \fBfor\fP loop in a shell script. +.sp +\fBunalf\fP can\(aqt read an ALF file on standard input; \fIalf\-file\fP must be +a real file. .SH OPTIONS .INDENT 0.0 .TP diff --git a/src/unalf.rst b/src/unalf.rst index f88973d..3aa1a06 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -46,6 +46,9 @@ Only one *alf-file* argument is allowed. It's impossible to process multiple ALF files per run of **unalf**. If you need bulk extraction, use e.g. a **for** loop in a shell script. +**unalf** can't read an ALF file on standard input; *alf-file* must be +a real file. + OPTIONS ======= diff --git a/src/ver.rst b/src/ver.rst index 6b13b18..2c33076 100644 --- a/src/ver.rst +++ b/src/ver.rst @@ -1 +1 @@ -.. |version| replace:: 0.1.0 +.. |version| replace:: 0.2.0 |
