Removed trailing blanks in the Help files (234 instances in 60 files; some were multiple blanks on a blank line, most were a single blank at the end of a line).

This commit is contained in:
Dave Lyons
2020-08-18 00:43:12 -07:00
parent cd8971945c
commit 07cb08b8be
60 changed files with 234 additions and 234 deletions

View File

@@ -6,12 +6,12 @@ syntax: filetype <pathname> <filetype> [-x<integer>]
ex: filetype myfile sys
filetype ? bin -x$2000
Changes the file type (NOT the storage type) of a file. If
-x is given, also sets the auxiliary type (subtype) as
Changes the file type (NOT the storage type) of a file. If
-x is given, also sets the auxiliary type (subtype) as
specified.
NOTE: Although you can change a DIR file into another type,
and you can change a non-DIR file into a DIR file,
this changes ONLY the file type and will cause much
NOTE: Although you can change a DIR file into another type,
and you can change a non-DIR file into a DIR file,
this changes ONLY the file type and will cause much
confusion--it is not recommended. (The storage type
is not affected.)