diff options
author | B. Watson <urchlay@slackware.uk> | 2024-06-09 17:50:18 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-06-09 17:50:18 -0400 |
commit | 79cbc8914d90ced367b68c4aaf899dfe596449a3 (patch) | |
tree | 64cd8e1e933c9c781207e600383b9a0032afdae0 | |
parent | e48e479c430985a108584397d73cdab09502c00d (diff) | |
download | bw-atari8-tools-79cbc8914d90ced367b68c4aaf899dfe596449a3.tar.gz |
dumpbas: update man page.
-rw-r--r-- | dumpbas.1 | 13 | ||||
-rw-r--r-- | dumpbas.rst | 13 |
2 files changed, 18 insertions, 8 deletions
@@ -182,10 +182,15 @@ The dump looks like: .UNINDENT .UNINDENT .sp -There are two statements. The first one ends with token \fI14\fP (the -end\-of\-statement or tokenized colon) and the second ends with \fI16\fP -(the end\-of\-line token). The string \fI"HELLO"\fP is visible, and so is -the floating point constant \fI1\fP\&. +The first line is the line header. The next two are the two +statements. The first one ends with token \fI14\fP (the end\-of\-statement +or tokenized colon) and the second ends with \fI16\fP (the end\-of\-line +token). The string \fI"HELLO"\fP is visible, and so is the floating point +constant \fI1\fP\&. +.sp +Long statements will wrap, if they\(aqre wider than the terminal. If this +is a problem, use a wider terminal, and/or pipe through a pager that +knows how to scroll horizontally. .SH EXIT STATUS .sp 0 for success, 1 for failure. diff --git a/dumpbas.rst b/dumpbas.rst index aabff21..59cf93b 100644 --- a/dumpbas.rst +++ b/dumpbas.rst @@ -137,10 +137,15 @@ The dump looks like:: >0d !28 $0f =05 "H/48 E/45 L/4c L/4c O/4f" 14: >19 !36 80 2d #0e [40 01 00 00 00 00] 16 -There are two statements. The first one ends with token *14* (the -end-of-statement or tokenized colon) and the second ends with *16* -(the end-of-line token). The string *"HELLO"* is visible, and so is -the floating point constant *1*. +The first line is the line header. The next two are the two +statements. The first one ends with token *14* (the end-of-statement +or tokenized colon) and the second ends with *16* (the end-of-line +token). The string *"HELLO"* is visible, and so is the floating point +constant *1*. + +Long statements will wrap, if they're wider than the terminal. If this +is a problem, use a wider terminal, and/or pipe through a pager that +knows how to scroll horizontally. EXIT STATUS =========== |