From da0f28eec887d690c3c2a69959687284f8eb9982 Mon Sep 17 00:00:00 2001
From: "B. Watson" <urchlay@slackware.uk>
Date: Sat, 25 May 2024 01:41:15 -0400
Subject: unprotbas: tweak doc.

---
 unprotbas.1   | 17 +++++++++--------
 unprotbas.rst | 15 ++++++++-------
 2 files changed, 17 insertions(+), 15 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\&.
diff --git a/unprotbas.rst b/unprotbas.rst
index f6e733d..eca793c 100644
--- a/unprotbas.rst
+++ b/unprotbas.rst
@@ -18,17 +18,18 @@ DESCRIPTION
 
 **unprotbas** modifies a LIST-protected Atari 8-bit BASIC program,
 creating a new non-protected copy. See **DETAILS**, below, to
-understand how the protection and unprotection works. It's also capable
-of LIST-protecting an unprotected program.
+understand how the protection and unprotection works. It's also
+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.
 
-**output-file** will be the unprotected tokenized BASIC program. If it
-already exists, it will be overwritten. Use *-* to write to standard
-output, but **unprotbas** will refuse to write to standard output if
-it's a terminal (since tokenized BASIC is binary data and may confuse
-the terminal).
+**output-file** will be the unprotected (or protected, with
+**-p**) tokenized BASIC program. If it already exists, it will be
+overwritten. Use *-* to write to standard output, but **unprotbas**
+will refuse to write to standard output if it's a terminal (since
+tokenized BASIC is binary data and may confuse the terminal).
 
 OPTIONS
 =======
-- 
cgit v1.2.3