diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-18 01:36:46 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-18 01:36:46 -0500 |
| commit | 8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383 (patch) | |
| tree | 2aea8ca7b98f02da42a4013fefce74e433f4f3a7 /src/unalf.1 | |
| parent | 409ec782e1a74cbd86b6e51b49c0785021be0fdc (diff) | |
| download | unalf-8f14d6dd1293e0f1e2d3f65b596f0fa6f162a383.tar.gz | |
Better text file detection for -aa; convert tabs with -a or -aa.
Diffstat (limited to 'src/unalf.1')
| -rw-r--r-- | src/unalf.1 | 20 |
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 |
