diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-05 17:19:17 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-05 17:19:17 -0500 |
commit | 4d671e5d05b5b9a7483c1cdfb48e6111b4213764 (patch) | |
tree | b439dcbaa1228b3be2bdc5f1bb23f38d1e5b708b | |
parent | 4ffee5591ff4c3df33d495743043b3ee6122b762 (diff) | |
download | bw-atari8-tools-4d671e5d05b5b9a7483c1cdfb48e6111b4213764.tar.gz |
listamsb: fix man page.
-rw-r--r-- | listamsb.1 | 8 | ||||
-rw-r--r-- | listamsb.rst | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -83,10 +83,10 @@ number is omitted (e.g. \fB100,\fP), it means "list until the end of the program unlocking are the same operation (similar to ROT13). The output will be the locked or unlocked tokenized program (rather than a listing). .sp -Output raw ATASCII. This option must be used with an -\fBoutput\-file\fP, a pipe, or redirection: \fBlistamsb\fP will not write -tokenized BASIC to a terminal. \fBa8cat\fP is not used, with this option. -None of the other options have any effect with \fB\-l\fP\&. +This option must be used with an \fBoutput\-file\fP, a pipe, or +redirection: \fBlistamsb\fP will not write tokenized BASIC to a +terminal. \fBa8cat\fP is not used, with this option. None of the +other options have any effect with \fB\-l\fP\&. .TP .B \fB\-n\fP No empty line. By default, \fBlistamsb\fP prints an empty line at the diff --git a/listamsb.rst b/listamsb.rst index 9701e23..bdc328a 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -65,10 +65,10 @@ OPTIONS unlocking are the same operation (similar to ROT13). The output will be the locked or unlocked tokenized program (rather than a listing). - Output raw ATASCII. This option must be used with an - **output-file**, a pipe, or redirection: **listamsb** will not write - tokenized BASIC to a terminal. **a8cat** is not used, with this option. - None of the other options have any effect with **-l**. + This option must be used with an **output-file**, a pipe, or + redirection: **listamsb** will not write tokenized BASIC to a + terminal. **a8cat** is not used, with this option. None of the + other options have any effect with **-l**. **-n** No empty line. By default, **listamsb** prints an empty line at the |