aboutsummaryrefslogtreecommitdiff
path: root/src/unalf.1
diff options
context:
space:
mode:
Diffstat (limited to 'src/unalf.1')
-rw-r--r--src/unalf.120
1 files changed, 11 insertions, 9 deletions
diff --git a/src/unalf.1 b/src/unalf.1
index 5d25618..34d1571 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-17" "0.1.0" "Urchlay's Atari 8-bit Tools"
+.TH "UNALF" 1 "2025-11-18" "0.1.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:
@@ -56,22 +56,24 @@ below for details.
.INDENT 0.0
.TP
.B \-a
-Convert text file line endings from Atari EOL to UNIX newline. Text
-files are detected by name: \fB*.txt\fP, \fB*.doc\fP, \fB*.lst\fP files
-are considered text.
+Convert text file line endings and tabs from ATASCII to ASCII. Text
+files are detected by looking at the first 2 bytes of the extracted
+file. If both are printable ASCII (or ATASCII EOL, aka \fB$9B\fP), the
+file is considered text.
.sp
-Note that \fIonly\fP line\-endings are converted. Other ATASCII characters
-are left alone. If you need anything more in\-depth, use \fBa8cat\fP(1).
+Note that \fIonly\fP line\-endings and tabs are converted. Other ATASCII
+characters are left alone. If you need anything more in\-depth, use
+\fBa8cat\fP(1).
.UNINDENT
-.\" convert EOLs in text files.
+.\" convert EOLs and tabs in text files.
.
.INDENT 0.0
.TP
-.BI \-a\fB a
+.B \fB\-aa\fP
Convert line endings in all extracted files. This will corrupt any
executables or non\-text data files, so use with caution.
.UNINDENT
-.\" convert EOLs in ALL files.
+.\" convert EOLs and tabs in ALL files.
.
.INDENT 0.0
.TP