diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-07-12 16:00:59 -0400 | 
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-07-12 16:00:59 -0400 | 
| commit | 56c845d606881296de8db09d1bb8568f4a14934d (patch) | |
| tree | f7bd9769dd9d7bef0e0f172bfa2c638ced40713c | |
| parent | addd5eab935391075a063ae120e730ed37cf0fac (diff) | |
| download | bw-atari8-tools-56c845d606881296de8db09d1bb8568f4a14934d.tar.gz | |
listbas: tweak doc.
| -rw-r--r-- | listbas.1 | 18 | ||||
| -rw-r--r-- | listbas.rst | 18 | 
2 files changed, 18 insertions, 18 deletions
| @@ -54,25 +54,25 @@ the default output mode; the \fB\-U\fP option is provided so you can  override \fB\-a\fP, \fB\-d\fP, \fB\-m\fP, \fB\-x\fP in \fBLISTBAS_OPTS\fP (see  \fBENVIRONMENT\fP, below).  .TP +.B \fB\-x\fP +Output Unicode/UTF\-8 representations of the XL International Character +Set, rather than ATASCII. +.TP  .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.  .TP +.B \fB\-m\fP +Output "magazine listing". See the \fB\-m\fP option for \fBa8cat\fP(1) for details. +Color is supported in this mode. No Unicode/UTF\-8 characters are printed in +this mode. +.TP  .B \fB\-d\fP  Print dots rather than Unicode/UTF\-8 characters. Color and inverse  video are still supported in this mode, but no Unicode/UTF8 characters  are printed. Use this only if your terminal \fIreally\fP doesn\(aqt support  Unicode (e.g. \fBrxvt\fP(1))... but even then, \fB\-m\fP is preferred,  because you can\(aqt tell what the dots are supposed to represent. -.TP -.B \fB\-m\fP -Output "magazine listing". See the \fB\-m\fP option for \fBa8cat\fP(1) for details. -Color is supported in this mode. No Unicode/UTF\-8 characters are printed in -this mode. -.TP -.B \fB\-x\fP -Output Unicode/UTF\-8 representations of the XL International Character -Set, rather than ATASCII.  .UNINDENT  .SS Other options  .INDENT 0.0 diff --git a/listbas.rst b/listbas.rst index b3e4ca7..8e86440 100644 --- a/listbas.rst +++ b/listbas.rst @@ -38,10 +38,19 @@ characters.    override **-a**, **-d**, **-m**, **-x** in **LISTBAS_OPTS** (see    **ENVIRONMENT**, below). +**-x** +  Output Unicode/UTF-8 representations of the XL International Character +  Set, rather than ATASCII. +  **-a**    Output raw ATASCII; no translation to the host character set. Must be    used with redirection; **listbas** will not write ATASCII to the terminal. +**-m** +  Output "magazine listing". See the **-m** option for **a8cat**\(1) for details. +  Color is supported in this mode. No Unicode/UTF-8 characters are printed in +  this mode. +  **-d**    Print dots rather than Unicode/UTF-8 characters. Color and inverse    video are still supported in this mode, but no Unicode/UTF8 characters @@ -49,15 +58,6 @@ characters.    Unicode (e.g. **rxvt**\(1))... but even then, **-m** is preferred,    because you can't tell what the dots are supposed to represent. -**-m** -  Output "magazine listing". See the **-m** option for **a8cat**\(1) for details. -  Color is supported in this mode. No Unicode/UTF-8 characters are printed in -  this mode. - -**-x** -  Output Unicode/UTF-8 representations of the XL International Character -  Set, rather than ATASCII. -  Other options  ------------- | 
