diff options
author | B. Watson <urchlay@slackware.uk> | 2025-02-26 17:12:53 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-02-26 17:12:53 -0500 |
commit | 4ecf4de44ae2bb81b1972cb8b0a5ccbe27ef9e61 (patch) | |
tree | 7e8004b06e0a0ca62918c167e6bd34f0bff3e7a6 | |
parent | a7acc764849e8d72b5a479599668888914ec4d6c (diff) | |
download | bw-atari8-tools-4ecf4de44ae2bb81b1972cb8b0a5ccbe27ef9e61.tar.gz |
listamsb: cleanup man page slightly.
-rw-r--r-- | listamsb.1 | 4 | ||||
-rw-r--r-- | listamsb.rst | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -153,11 +153,11 @@ LOAD the file. Corrupted file. .IP \(bu 2 line \fIL\fP EOL address doesn\(aqt match actual line length \fIN\fP .sp -Same as above: corrupt, or not AMSB. +Corrupt file, or not an AMSB file. .IP \(bu 2 line number out of order .sp -Probably means the file is corrupted, or isn\(aqt really an AMSB file. +Corrupt file, or not an AMSB file. .IP \(bu 2 line number out range .sp diff --git a/listamsb.rst b/listamsb.rst index c5177e0..b95bd99 100644 --- a/listamsb.rst +++ b/listamsb.rst @@ -137,11 +137,11 @@ continues processing. - line *L* EOL address doesn't match actual line length *N* - Same as above: corrupt, or not AMSB. + Corrupt file, or not an AMSB file. - line number out of order - Probably means the file is corrupted, or isn't really an AMSB file. + Corrupt file, or not an AMSB file. - line number out range |