aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-13 19:22:21 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-13 19:22:21 -0400
commit30315fdbd6f3c0f4a52e9bd03ea3f6b132c70d67 (patch)
treecf305dc403e24a5edfe91f18d89cf1308bda0ca3
parent173f0d3f70f6b195ad1ace58030f8483009d6bc4 (diff)
downloadbw-atari8-tools-30315fdbd6f3c0f4a52e9bd03ea3f6b132c70d67.tar.gz
listbas: tweak doc.
-rw-r--r--listbas.13
-rw-r--r--listbas.rst3
2 files changed, 4 insertions, 2 deletions
diff --git a/listbas.1 b/listbas.1
index 9e458a5..a7b8ff8 100644
--- a/listbas.1
+++ b/listbas.1
@@ -81,7 +81,8 @@ because you can\(aqt tell what the dots are supposed to represent.
Include the immediate mode command (line 32768) in the output.
.TP
.B \fB\-l\fP
-Do not print line numbers.
+Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP,
+and \fBTHEN\fP target line numbers are still printed.
.TP
.B \fB\-C\fP
Enable color syntax highlighting. This option is enabled by default;
diff --git a/listbas.rst b/listbas.rst
index ffd2bad..3681909 100644
--- a/listbas.rst
+++ b/listbas.rst
@@ -65,7 +65,8 @@ Other options
Include the immediate mode command (line 32768) in the output.
**-l**
- Do not print line numbers.
+ Do not print line numbers at the start of each line. **GOTO**, **GOSUB**,
+ and **THEN** target line numbers are still printed.
**-C**
Enable color syntax highlighting. This option is enabled by default;