diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-08 22:39:42 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-08 22:39:42 -0500 |
commit | fd1128f0742913f0f6e9a5da47ab0d23e7cf95f3 (patch) | |
tree | 4d312c6e880dc0b13c39cd809f0edb02e39bdf33 /listamsb.1 | |
parent | 1a45a059148e15e540312b2b6bd527245e809cc4 (diff) | |
download | bw-atari8-tools-fd1128f0742913f0f6e9a5da47ab0d23e7cf95f3.tar.gz |
listamsb: allow overriding a8cat path in environment.
Diffstat (limited to 'listamsb.1')
-rw-r--r-- | listamsb.1 | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "LISTAMSB" 1 "2025-03-07" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "LISTAMSB" 1 "2025-03-08" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME listamsb \- List the source of a tokenized Atari Microsoft BASIC program .SH SYNOPSIS @@ -239,6 +239,17 @@ of Microsoft BASIC (e.g. Commodore, AppleSoft, GW\-BASIC, TRS\-80). If you see this warning, you\(aqll also see \fIN\fP <unknown token \fIXX\fP> messages in the actual listing. .UNINDENT +.SH ENVIRONMENT +.sp +\fBA8CAT\fP +.INDENT 0.0 +.INDENT 3.5 +The path to the \fBa8cat\fP(1) binary. Can be a full path or just +the executable name, in which case it will be searched for with the +normal \fBPATH\fP mechanism. If not set, \fIa8cat\fP is used. If there are +spaces or other metacharacters, they must be escaped. +.UNINDENT +.UNINDENT .SH LIMITATIONS .sp Unlike \fBlistbas\fP, there\(aqs no color syntax highlighting. Probably there |