diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-27 02:15:03 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-27 02:15:03 -0500 |
commit | f475ce0d91eaab2a077c232673a0252d74bcbe5d (patch) | |
tree | 34c0315e7dd596bc5227bbf8db56e0e787ecb50e | |
parent | 0f864b7f68731375581cb5468ff716c3aad29224 (diff) | |
download | bw-atari8-tools-f475ce0d91eaab2a077c232673a0252d74bcbe5d.tar.gz |
listamsb: tweak man page.
-rw-r--r-- | listamsb.1 | 4 | ||||
-rw-r--r-- | listamsb.rst | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -79,8 +79,8 @@ number is omitted (e.g. \fB100,\fP), it means "list until the end of the program "Lock" or "unlock" the program. Locked programs are created with \fISAVE "filename" LOCK\fP\&. The "encryption" is reversible: locking and unlocking are the same operation (similar to ROT13). The output will -be the unlocked tokenized program (rather than a listing), and you -must use redirection to save it to a file. Example: +be the locked or unlocked tokenized program (rather than a listing), +and you must use redirection to save it to a file. Example: .INDENT 7.0 .INDENT 3.5 .sp diff --git a/listamsb.rst b/listamsb.rst index 662a047..e9760f1 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -61,8 +61,8 @@ OPTIONS "Lock" or "unlock" the program. Locked programs are created with *SAVE "filename" LOCK*. The "encryption" is reversible: locking and unlocking are the same operation (similar to ROT13). The output will - be the unlocked tokenized program (rather than a listing), and you - must use redirection to save it to a file. Example:: + be the locked or unlocked tokenized program (rather than a listing), + and you must use redirection to save it to a file. Example:: listamsb -l LOCKED.AMB > UNLOCKED.AMB |