From 46cf8aa5805ab6e59ee808e2189b7ad9cb3f642a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 25 Mar 2025 01:10:38 -0400 Subject: listbas: tweak man page. --- listbas.1 | 1 + listbas.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/listbas.1 b/listbas.1 index 697b637..c763a56 100644 --- a/listbas.1 +++ b/listbas.1 @@ -95,6 +95,7 @@ Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP, Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE. By default, indentation is enabled for everything but Atari BASIC. If you want to indent an Atari BASIC program, use \fB\-bt\fP or \fB\-bxe\fP\&. +Integer BASIC indentation is not yet supported. .TP .B \fB\-k\fP Do not print keywords in mixed case (e.g. \fBPrint\fP, \fBGraphics\fP), diff --git a/listbas.rst b/listbas.rst index 8378c49..a90a645 100644 --- a/listbas.rst +++ b/listbas.rst @@ -77,6 +77,7 @@ BASIC options Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE. By default, indentation is enabled for everything but Atari BASIC. If you want to indent an Atari BASIC program, use **-bt** or **-bxe**. + Integer BASIC indentation is not yet supported. **-k** Do not print keywords in mixed case (e.g. **Print**, **Graphics**), -- cgit v1.2.3