From 847034cb65cc335c524c6a961eac9cdd3318fcb3 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 27 Feb 2025 02:12:53 -0500 Subject: listamsb: mention ROT13 in man page. --- listamsb.1 | 6 +++--- listamsb.rst | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/listamsb.1 b/listamsb.1 index cc12fb1..85b9b32 100644 --- a/listamsb.1 +++ b/listamsb.1 @@ -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 -- cgit v1.2.3