diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-20 19:08:38 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-20 19:08:38 -0400 |
commit | 9629aaafae416eb1b75bc87c5b9f25e94efec929 (patch) | |
tree | fa1a38da9e1c9f7699ad3d3971ece0a6d13a3708 | |
parent | c205442db594cb9c19de8b065f32ac837b220370 (diff) | |
download | bw-atari8-tools-9629aaafae416eb1b75bc87c5b9f25e94efec929.tar.gz |
listbas: tweak doc.
-rw-r--r-- | listbas.1 | 1 | ||||
-rw-r--r-- | listbas.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,7 @@ Set, rather than ATASCII. .B \fB\-a\fP Output raw ATASCII; no translation to the host character set. Must be used with redirection; \fBlistbas\fP will not write ATASCII to the terminal. +ATASCII output does not support color (because ATASCII doesn\(aqt). .TP .B \fB\-m\fP Output "magazine listing". See the \fB\-m\fP option for \fBa8cat\fP(1) for details. diff --git a/listbas.rst b/listbas.rst index 558d053..2e8f53f 100644 --- a/listbas.rst +++ b/listbas.rst @@ -98,6 +98,7 @@ characters. **-a** Output raw ATASCII; no translation to the host character set. Must be used with redirection; **listbas** will not write ATASCII to the terminal. + ATASCII output does not support color (because ATASCII doesn't). **-m** Output "magazine listing". See the **-m** option for **a8cat**\(1) for details. |