aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-25 19:21:35 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-25 19:21:35 -0400
commit9053345972b02f56931f41ab546e3a0eaf43e83c (patch)
tree6674ea4a30293baa16bead31c49537d08c054bac
parent9a128303b403eacac3db0351fceade7a0e7c5897 (diff)
downloadbw-atari8-tools-9053345972b02f56931f41ab546e3a0eaf43e83c.tar.gz
listbas: update docs.
-rw-r--r--listbas.110
-rw-r--r--listbas.rst10
2 files changed, 12 insertions, 8 deletions
diff --git a/listbas.1 b/listbas.1
index 888df21..af96415 100644
--- a/listbas.1
+++ b/listbas.1
@@ -72,20 +72,22 @@ be prefixed with \fI$\fP if it\(aqs in hex, or no prefix for decimal.
.UNINDENT
.SH NOTES
.sp
-\fBlistbas\fP is similar to Jindroush\(aqs \fBchkbas\fP\&. The main differences are:
+\fBlistbas\fP is similar to Jindroush\(aqs \fBchkbas\fP(1). The main differences are:
.INDENT 0.0
.IP \(bu 2
\fBlistbas\fP only supports Atari BASIC, not Turbo BASIC or BASIC XL/XE.
.IP \(bu 2
-\fBlistbas\fP doesn\(aqt show information about the variables. Use \fBvxrefbas\fP
+\fBlistbas\fP doesn\(aqt show information about the variables. Use \fBvxrefbas\fP(1)
for that.
.IP \(bu 2
\fBlistbas\fP will not write ATASCII data to your terminal. Instead, it uses
-\fBa8eol\fP or \fBa8utf8\fP to convert the output to something human\-readable
+\fBa8eol\fP(1) or \fBa8utf8\fP(1) to convert the output to something human\-readable
that won\(aqt confuse the terminal.
.IP \(bu 2
-\fBlistbas\fP only includes line 32768 (the immediate mode command) if
+\fBlistbas\fP only lists line 32768 (the immediate mode command) if
specifically asked to do so.
+.IP \(bu 2
+\fBlistbas\fP doesn\(aqt print a banner on startup.
.UNINDENT
.SH EXIT STATUS
.sp
diff --git a/listbas.rst b/listbas.rst
index 8c672a2..d255daa 100644
--- a/listbas.rst
+++ b/listbas.rst
@@ -46,20 +46,22 @@ List options
NOTES
=====
-**listbas** is similar to Jindroush's **chkbas**. The main differences are:
+**listbas** is similar to Jindroush's **chkbas**\(1). The main differences are:
- **listbas** only supports Atari BASIC, not Turbo BASIC or BASIC XL/XE.
-- **listbas** doesn't show information about the variables. Use **vxrefbas**
+- **listbas** doesn't show information about the variables. Use **vxrefbas**\(1)
for that.
- **listbas** will not write ATASCII data to your terminal. Instead, it uses
- **a8eol** or **a8utf8** to convert the output to something human-readable
+ **a8eol**\(1) or **a8utf8**\(1) to convert the output to something human-readable
that won't confuse the terminal.
-- **listbas** only includes line 32768 (the immediate mode command) if
+- **listbas** only lists line 32768 (the immediate mode command) if
specifically asked to do so.
+- **listbas** doesn't print a banner on startup.
+
EXIT STATUS
===========