diff options
-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 |