From f7fa81b24489dea1bf931d1930d08bd6e7294dc3 Mon Sep 17 00:00:00 2001 From: polluks Date: Thu, 3 Feb 2022 01:01:10 +0100 Subject: [PATCH] Fixed many typos --- doc/atari.sgml | 2 +- doc/ca65.sgml | 2 +- doc/cc65.sgml | 2 +- doc/funcref.sgml | 20 ++++++++++---------- doc/smc.sgml | 2 +- doc/telestrat.sgml | 4 ++-- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/atari.sgml b/doc/atari.sgml index ff41d0bb4..170ffd5fb 100644 --- a/doc/atari.sgml +++ b/doc/atari.sgml @@ -117,7 +117,7 @@ Special locations: The startup code rearranges the memory as follows: -Sceen memory and display list are moved below the program start address. +Screen memory and display list are moved below the program start address. The ROM is disabled, making the memory in the areas [$C000-$CFFF] and [$D800-$FFF9] available. Character generator data is copied from ROM to the CHARGEN location specified in the diff --git a/doc/ca65.sgml b/doc/ca65.sgml index 0638ab08c..309fbf28d 100644 --- a/doc/ca65.sgml +++ b/doc/ca65.sgml @@ -3724,7 +3724,7 @@ See: , to switch to another character mapping and to restore the old - characther mapping later, without knowledge of the current mapping. + character mapping later, without knowledge of the current mapping. The assembler will print an error message if the character mapping stack is already full, when this command is issued. diff --git a/doc/cc65.sgml b/doc/cc65.sgml index b20e05cc6..df58a0a95 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -1673,7 +1673,7 @@ This is the original compiler copyright: Anyone may copy or redistribute these programs, provided that: - 1: You don't charge anything for the copy. It is permissable to + 1: You don't charge anything for the copy. It is permissible to charge a nominal fee for media, etc. 2: All source code and documentation for the programs is made diff --git a/doc/funcref.sgml b/doc/funcref.sgml index e6cb42a0f..4dff14dd3 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -3513,7 +3513,7 @@ extended memory that should be supported. There is no autodetect capability. / instead. / The indicator is set only after a read past the end of a file is @@ -4172,7 +4172,7 @@ const char* optstring);/ is a string that contains command line option characters. If a character in / /. Program execution continues as if the call to / has just returned the value / @@ -6863,7 +6863,7 @@ be used in presence of a prototype. -/ -/ / The function is available only as a fastcall function; @@ -7418,7 +7418,7 @@ be used in presence of a prototype. / @@ -7485,7 +7485,7 @@ the behaviour is undefined. If The function is only available as fastcall function, so it may only be used in presence of a prototype. -Since cc65 doesn't support different charcter sets, Since cc65 doesn't support different character sets, . SMC_LoadValue label (, register) - Retreives the value of a SMC line. + Retrieves the value of a SMC line. Example: diff --git a/doc/telestrat.sgml b/doc/telestrat.sgml index eac341880..385bd69f9 100644 --- a/doc/telestrat.sgml +++ b/doc/telestrat.sgml @@ -79,7 +79,7 @@ in Telemon, there is no way to load a binary easily. Stratsed (the Telestrat operating system) handles files management. Stratsed is loaded to memory from floppy disk. Stratsed vector are declared in asminc/telestrat.inc. -But, reverse engineering is required to find how theses vectors works. Please, note that +But, reverse engineering is required to find how these vectors works. Please, note that Stratsed is located in overlay memory (bank 0) There is no tool to insert a binary in a Stratsed floppy disk. @@ -194,7 +194,7 @@ if you get input from keyboard by conio cgetc function, you will get direction f Anyway, if you don't want to use ROM, you can use joysticks standard drivers in your code. -The standard driver manages two joysticks. Only one button is managed for theses joysticks. +The standard driver manages two joysticks. Only one button is managed for these joysticks. Telestrat can handle one button for the left port, and three buttons for the right port (but this port was designed for a mouse).