diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-27 02:14:14 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-27 02:14:14 -0500 |
commit | 0f864b7f68731375581cb5468ff716c3aad29224 (patch) | |
tree | 836e7abb1321d073aa56b2bd701903ef1add4205 | |
parent | 847034cb65cc335c524c6a961eac9cdd3318fcb3 (diff) | |
download | bw-atari8-tools-0f864b7f68731375581cb5468ff716c3aad29224.tar.gz |
listamsb: tweak man page.
-rw-r--r-- | listamsb.1 | 5 | ||||
-rw-r--r-- | listamsb.rst | 5 |
2 files changed, 6 insertions, 4 deletions
@@ -86,13 +86,14 @@ must use redirection to save it to a file. Example: .sp .nf .ft C -listamsb \-u LOCKED.AMB > UNLOCKED.AMB +listamsb \-l LOCKED.AMB > UNLOCKED.AMB .ft P .fi .UNINDENT .UNINDENT .sp -None of the other options have any effect with \fB\-u\fP\&. +\fBa8cat\fP is not used with this option. None of the other options +have any effect with \fB\-l\fP\&. .TP .B \fB\-v\fP Verbose output, on stderr. diff --git a/listamsb.rst b/listamsb.rst index 6b9098a..662a047 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -64,9 +64,10 @@ OPTIONS be the unlocked tokenized program (rather than a listing), and you must use redirection to save it to a file. Example:: - listamsb -u LOCKED.AMB > UNLOCKED.AMB + listamsb -l LOCKED.AMB > UNLOCKED.AMB - None of the other options have any effect with **-u**. + **a8cat** is not used with this option. None of the other options + have any effect with **-l**. **-v** Verbose output, on stderr. |