From b0eec4c320253238aa528d3899fc70a7eab91379 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 5 Jul 2024 04:28:40 -0400 Subject: listbas: error exit on bad tokens. --- listbas.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'listbas.1') diff --git a/listbas.1 b/listbas.1 index 110fde5..13d53f4 100644 --- a/listbas.1 +++ b/listbas.1 @@ -45,6 +45,10 @@ escape sequences for inverse video and color syntax highlighting. .SS List options .INDENT 0.0 .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\-b\fP Use bold, for color output. This may make it easier to read on some terminals. Or, it may hurt your eyes... @@ -52,16 +56,12 @@ some terminals. Or, it may hurt your eyes... .B \fB\-i\fP Include the immediate mode command (line 32768) in the output. .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. +.B \fB\-m\fP +Output "magazine listing". See the \fB\-m\fP option for \fBa8cat\fP for details. .TP .B \fB\-n\fP No color. Has no effect if \fB\-a\fP or \fB\-m\fP are in effect, since these modes don\(aqt support color anyway. -.TP -.B \fB\-m\fP -Output "magazine listing". See the \fB\-m\fP option for \fBa8cat\fP for details. .UNINDENT .SS General Options .INDENT 0.0 -- cgit v1.2.3