diff options
-rw-r--r-- | listbas.1 | 3 | ||||
-rw-r--r-- | listbas.rst | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -265,7 +265,8 @@ specifically asked to do so. \fBlistbas\fP doesn\(aqt print a banner on startup. .IP \(bu 2 \fBlistbas\fP tells you if the program is protected, and refuses to operate -on variable\-protected programs. +on variable\-protected programs. For code\-protected programs, it lists +the program up to the "poisoned" line (normally the last line). .UNINDENT .sp \-\- diff --git a/listbas.rst b/listbas.rst index 0d13a06..a2c0f0f 100644 --- a/listbas.rst +++ b/listbas.rst @@ -231,7 +231,8 @@ protection. - **listbas** doesn't print a banner on startup. - **listbas** tells you if the program is protected, and refuses to operate - on variable-protected programs. + on variable-protected programs. For code-protected programs, it lists + the program up to the "poisoned" line (normally the last line). -- |