diff --git a/doc/apple2.sgml b/doc/apple2.sgml
index 91c02c7ad..f957e1247 100644
--- a/doc/apple2.sgml
+++ b/doc/apple2.sgml
@@ -575,15 +575,13 @@ url="ca65.html" name="assembler manual">.
Explanation of File Types
- ProDOS associates a file type and an auxiliary type with each file.
+ ProDOS 8 associates a file type and an auxiliary type with each file.
These type specifications are separate from the file's name, unlike
Windows which uses the file name's suffix (a.k.a.
extension) to specify the file type. For example, .
The header file Example
@@ -624,8 +620,8 @@ url="ca65.html" name="assembler manual">.
carriage return instead of a line-feed (Linux/BSD/MacOS) or
carriage return, line-feed pair (Windows).
- The "sequential" text file terminology is in contrast to a
- "random-access" text file which would
+ The 'sequential' text file terminology is in contrast to a
+ 'random-access' text file which would
have a fixed-length, non-zero record length, so that the
file position of any individual record can be calculated.
diff --git a/doc/apple2enh.sgml b/doc/apple2enh.sgml
index 2d4381353..4aafbc256 100644
--- a/doc/apple2enh.sgml
+++ b/doc/apple2enh.sgml
@@ -580,15 +580,13 @@ url="ca65.html" name="assembler manual">.
Explanation of File Types
- ProDOS associates a file type and an auxiliary type with each file.
+ ProDOS 8 associates a file type and an auxiliary type with each file.
These type specifications are separate from the file's name, unlike
Windows which uses the file name's suffix (a.k.a.
extension) to specify the file type. For example, .
The header file Example
@@ -629,8 +625,8 @@ url="ca65.html" name="assembler manual">.
carriage return instead of a line-feed (Linux/BSD/MacOS) or
carriage return, line-feed pair (Windows).
- The "sequential" text file terminology is in contrast to a
- "random-access" text file which would
+ The 'sequential' text file terminology is in contrast to a
+ 'random-access' text file which would
have a fixed-length, non-zero record length, so that the
file position of any individual record can be calculated.