diff options
| author | B. Watson <urchlay@slackware.uk> | 2025-11-18 23:09:20 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2025-11-18 23:09:20 -0500 |
| commit | 2463e2b8efa7945ebbb6ab1b3a2910a7754b46d3 (patch) | |
| tree | 6b332dc41e202de7c8c2da75961965a1f26ac70c | |
| parent | ed726ca6c61c9e9a4bc65b025d5f5830a2899afd (diff) | |
| download | unalf-2463e2b8efa7945ebbb6ab1b3a2910a7754b46d3.tar.gz | |
Emphasis on *all* in -aa, in man page.
| -rw-r--r-- | src/unalf.1 | 4 | ||||
| -rw-r--r-- | src/unalf.rst | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/unalf.1 b/src/unalf.1 index 1be7463..0519a24 100644 --- a/src/unalf.1 +++ b/src/unalf.1 @@ -70,8 +70,8 @@ characters are left alone. If you need anything more in\-depth, use .INDENT 0.0 .TP .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. +Convert line endings and tabs in \fIall\fP extracted files. This will +corrupt any executables or non\-text data files, so use with caution. .UNINDENT .\" convert EOLs and tabs in ALL files. . diff --git a/src/unalf.rst b/src/unalf.rst index 5b2f8e5..709b19e 100644 --- a/src/unalf.rst +++ b/src/unalf.rst @@ -56,8 +56,8 @@ OPTIONS .. convert EOLs and tabs in text files. **-aa** - Convert line endings in all extracted files. This will corrupt any - executables or non-text data files, so use with caution. + Convert line endings and tabs in *all* extracted files. This will + corrupt any executables or non-text data files, so use with caution. .. convert EOLs and tabs in ALL files. |
