diff options
-rw-r--r-- | listamsb.1 | 8 | ||||
-rw-r--r-- | listamsb.rst | 6 |
2 files changed, 9 insertions, 5 deletions
@@ -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 "LISTAMSB" 1 "2025-03-11" "0.2.2" "Urchlay's Atari 8-bit Tools" +.TH "LISTAMSB" 1 "2025-03-12" "0.2.2" "Urchlay's Atari 8-bit Tools" .SH NAME listamsb \- List the source of a tokenized Atari Microsoft BASIC program .SH SYNOPSIS @@ -53,7 +53,9 @@ program to an unencrypted one, with the \fB\-U\fP option. Programs can be "crunched" and "decrunched" with the \fB\-C\fP and \fB\-D\fP options. .sp -If no \fBoutput\-file\fP is given, output is to \fBstdout\fP\&. +If no \fBoutput\-file\fP is given, output is to \fBstdout\fP\&. When output +is to a file, the file will be overwritten without prompting if it +already exists. .sp When listing a program to \fBstdout\fP, output is piped through \fBa8cat\fP(1), which converts the ATASCII output to UTF\-8 that\(aqs @@ -62,7 +64,7 @@ available in your \fBPATH\fP\&. If this is not convenient, you can set the location of \fBa8cat\fP via the \fBA8CAT\fP environment variable. .sp \fBlistamsb\fP will not write binary data (ATASCII or tokenized BASIC) -directly to a terminal. +directly to a terminal, under any circumstances. .SH OPTIONS .SS Operation Modes .INDENT 0.0 diff --git a/listamsb.rst b/listamsb.rst index dd7cfdb..8095886 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -34,7 +34,9 @@ program to an unencrypted one, with the **-U** option. Programs can be "crunched" and "decrunched" with the **-C** and **-D** options. -If no **output-file** is given, output is to **stdout**. +If no **output-file** is given, output is to **stdout**. When output +is to a file, the file will be overwritten without prompting if it +already exists. When listing a program to **stdout**, output is piped through **a8cat**\(1), which converts the ATASCII output to UTF-8 that's @@ -43,7 +45,7 @@ available in your **PATH**\. If this is not convenient, you can set the location of **a8cat** via the **A8CAT** environment variable. **listamsb** will not write binary data (ATASCII or tokenized BASIC) -directly to a terminal. +directly to a terminal, under any circumstances. OPTIONS ======= |