From f475ce0d91eaab2a077c232673a0252d74bcbe5d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 27 Feb 2025 02:15:03 -0500 Subject: listamsb: tweak man page. --- listamsb.1 | 4 ++-- listamsb.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/listamsb.1 b/listamsb.1 index 74b8c0d..e5a66ac 100644 --- a/listamsb.1 +++ b/listamsb.1 @@ -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 -- cgit v1.2.3