diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-27 02:12:53 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-27 02:12:53 -0500 |
commit | 847034cb65cc335c524c6a961eac9cdd3318fcb3 (patch) | |
tree | 0e14e308399b7eee87342027c41071d41465df78 | |
parent | 63dc39eae5df00607a531f86841191aa30da00db (diff) | |
download | bw-atari8-tools-847034cb65cc335c524c6a961eac9cdd3318fcb3.tar.gz |
listamsb: mention ROT13 in man page.
-rw-r--r-- | listamsb.1 | 6 | ||||
-rw-r--r-- | listamsb.rst | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -78,9 +78,9 @@ number is omitted (e.g. \fB100,\fP), it means "list until the end of the program .B \fB\-l\fP "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. The output will be the unlocked tokenized -program (rather than a listing), and you must -use redirection to save it to a file. Example: +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: .INDENT 7.0 .INDENT 3.5 .sp diff --git a/listamsb.rst b/listamsb.rst index b23d6a4..6b9098a 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -60,9 +60,9 @@ OPTIONS **-l** "Lock" or "unlock" the program. Locked programs are created with *SAVE "filename" LOCK*. The "encryption" is reversible: locking and - unlocking are the same operation. The output will be the unlocked tokenized - program (rather than a listing), and you must - use redirection to save it to a file. Example:: + 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:: listamsb -u LOCKED.AMB > UNLOCKED.AMB |