From ed726ca6c61c9e9a4bc65b025d5f5830a2899afd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 18 Nov 2025 23:08:08 -0500 Subject: Clarify -a text file detection in man page. --- src/unalf.1 | 2 +- src/unalf.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unalf.1 b/src/unalf.1 index 5205eff..1be7463 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -58,7 +58,7 @@ below for details. .B \-a 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. If both are printable ASCII (including ATASCII EOL, aka \fB$9B\fP), the file is considered text. .sp Note that \fIonly\fP line\-endings and tabs are converted. Other ATASCII diff --git a/src/unalf.rst b/src/unalf.rst index af83d16..5b2f8e5 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -46,7 +46,7 @@ OPTIONS -a 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 **$9B**), the + file. If both are printable ASCII (including ATASCII EOL, aka **$9B**), the file is considered text. Note that *only* line-endings and tabs are converted. Other ATASCII -- cgit v1.2.3