diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-26 02:52:45 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-26 02:52:45 -0400 |
commit | 3a48e053cc0cf49812873984094f08b5eccf3f7f (patch) | |
tree | 037f0411a61661b3eac779664766d53e861ed061 | |
parent | a7cc28f7adaad8eae86ec6bcc36aa745794862e0 (diff) | |
download | bw-atari8-tools-3a48e053cc0cf49812873984094f08b5eccf3f7f.tar.gz |
unprotbas: tweak doc.
-rw-r--r-- | unprotbas.1 | 5 | ||||
-rw-r--r-- | unprotbas.rst | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/unprotbas.1 b/unprotbas.1 index 6f1fa8f..ab9474a 100644 --- a/unprotbas.1 +++ b/unprotbas.1 @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. -.TH "UNPROTBAS" 1 "2024-05-25" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "UNPROTBAS" 1 "2024-05-26" "0.2.1" "Urchlay's Atari 8-bit Tools" .SH NAME unprotbas \- Unprotect or create LIST-protected Atari 8-bit BASIC programs .SH SYNOPSIS @@ -42,7 +42,8 @@ capable of LIST\-protecting an unprotected program (see the \fB\-p\fP option). .sp \fBinput\-file\fP must be a tokenized (SAVEd) Atari BASIC program. Use -\fI\-\fP to read from standard input. +\fI\-\fP to read from standard input, but \fBunprotbas\fP will refuse to +read from standard input if it\(aqs a terminal. .sp \fBoutput\-file\fP will be the unprotected (or protected, with \fB\-p\fP) tokenized BASIC program. If it already exists, it will be diff --git a/unprotbas.rst b/unprotbas.rst index 743559b..92ec327 100644 --- a/unprotbas.rst +++ b/unprotbas.rst @@ -23,7 +23,8 @@ capable of LIST-protecting an unprotected program (see the **-p** option). **input-file** must be a tokenized (SAVEd) Atari BASIC program. Use -*-* to read from standard input. +*-* to read from standard input, but **unprotbas** will refuse to +read from standard input if it's a terminal. **output-file** will be the unprotected (or protected, with **-p**) tokenized BASIC program. If it already exists, it will be |