aboutsummaryrefslogtreecommitdiff
path: root/unprotbas.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-05-25 01:41:15 -0400
committerB. Watson <urchlay@slackware.uk>2024-05-25 01:41:15 -0400
commitda0f28eec887d690c3c2a69959687284f8eb9982 (patch)
tree5e9ceeaacdcc9981a25309a4168f053c46f8650a /unprotbas.1
parent7421e70053b25a8609f2414dc595692afcd6b525 (diff)
downloadbw-atari8-tools-da0f28eec887d690c3c2a69959687284f8eb9982.tar.gz
unprotbas: tweak doc.
Diffstat (limited to 'unprotbas.1')
-rw-r--r--unprotbas.117
1 files changed, 9 insertions, 8 deletions
diff --git a/unprotbas.1 b/unprotbas.1
index 0f7f37c..42b551e 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-24" "0.2.1" "Urchlay's Atari 8-bit Tools"
+.TH "UNPROTBAS" 1 "2024-05-25" "0.2.1" "Urchlay's Atari 8-bit Tools"
.SH NAME
unprotbas \- Unprotect or create LIST-protected Atari 8-bit BASIC programs
.SH SYNOPSIS
@@ -37,17 +37,18 @@ unprotbas [\fB\-v\fP] [ [\fB\-f\fP] [\fB\-n\fP] [\fB\-g\fP] [\fB\-c\fP] [\fB\-r\
.sp
\fBunprotbas\fP modifies a LIST\-protected Atari 8\-bit BASIC program,
creating a new non\-protected copy. See \fBDETAILS\fP, below, to
-understand how the protection and unprotection works. It\(aqs also capable
-of LIST\-protecting an unprotected program.
+understand how the protection and unprotection works. It\(aqs also
+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.
.sp
-\fBoutput\-file\fP will be the unprotected tokenized BASIC program. If it
-already exists, it will be overwritten. Use \fI\-\fP to write to standard
-output, but \fBunprotbas\fP will refuse to write to standard output if
-it\(aqs a terminal (since tokenized BASIC is binary data and may confuse
-the terminal).
+\fBoutput\-file\fP will be the unprotected (or protected, with
+\fB\-p\fP) tokenized BASIC program. If it already exists, it will be
+overwritten. Use \fI\-\fP to write to standard output, but \fBunprotbas\fP
+will refuse to write to standard output if it\(aqs a terminal (since
+tokenized BASIC is binary data and may confuse the terminal).
.SH OPTIONS
.sp
Option bundling is not supported, use e.g. \fB\-v \-f\fP, not \fB\-vf\fP\&.