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