diff options
author | B. Watson <urchlay@slackware.uk> | 2024-04-26 13:22:17 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-04-26 13:22:17 -0400 |
commit | 7ac47df9cdcf7aaf550694a0bd64bc630e47de92 (patch) | |
tree | c22a3f9e55bd147b722e92e721829e44fa104bee | |
parent | 30005d6c326e7e3b9679246a6894f4aefefe8533 (diff) | |
download | bw-atari8-tools-7ac47df9cdcf7aaf550694a0bd64bc630e47de92.tar.gz |
xfd2atr: fix grammar in doc.
-rw-r--r-- | xfd2atr.1 | 2 | ||||
-rw-r--r-- | xfd2atr.rst | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -83,7 +83,7 @@ image for certain. .sp However, no known Atari\-compatible disk format uses other than 128 or 256 bytes per sector (or possibly 512, for some hard disk images, -but \fBxfd2atr\fP doesn\(aqt support these). This means file that isn\(aqt a +but \fBxfd2atr\fP doesn\(aqt support these). This means any file that isn\(aqt a multiple of 128 bytes in size will be rejected. .sp Likewise, no known format uses an odd number of sectors, and diff --git a/xfd2atr.rst b/xfd2atr.rst index f28b19c..11b8404 100644 --- a/xfd2atr.rst +++ b/xfd2atr.rst @@ -58,7 +58,7 @@ image for certain. However, no known Atari-compatible disk format uses other than 128 or 256 bytes per sector (or possibly 512, for some hard disk images, -but **xfd2atr** doesn't support these). This means file that isn't a +but **xfd2atr** doesn't support these). This means any file that isn't a multiple of 128 bytes in size will be rejected. Likewise, no known format uses an odd number of sectors, and |