]> git.sur5r.net Git - cc65/commitdiff
Fix problems building info files, patch from Michael Klein
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 18 Sep 2002 20:42:39 +0000 (20:42 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 18 Sep 2002 20:42:39 +0000 (20:42 +0000)
<michael.klein@puffin.lb.shuttle.de>.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1398 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/ca65.sgml
doc/geos.sgml

index 6a8ee4602d7d4e429e23f21588a1c2920c75fea4..83eb7fe8d89ed1c8d38ef8bec44cbf979df9359e 100644 (file)
@@ -2637,7 +2637,7 @@ below uses examples from the C libraries. However, the feature may also be
 useful for assembler programs.
 
 
-<sect1>Overview<p>
+<sect1>Module overview<p>
 
 Using the <tt><ref id=".CONSTRUCTOR" name=".CONSTRUCTOR"></tt> and <tt><ref
 id=".DESTRUCTOR" name=".DESTRUCTOR"></tt> keywords it it possible to export
index 78232b6b696d88006e8efa4549d1b335310fa233..7b328e32e6a53094776aa7ee24bffdd2dfb40cb4 100644 (file)
@@ -437,7 +437,7 @@ handler code to have the screen clean.
 This one jumps back to the topmost menu. If there is only menu and submenu it works the
 same as <tt/DoPreviousMenu/.
 
-<sect2>Icons
+<sect2>Icon Functions
 <p>
 Icons are working similar to menus except the fact that there is only one level. Icons are
 defined as a screen area filled with a bitmap, but if you would setup icons and erase the
@@ -1168,7 +1168,7 @@ You can force to sleep not only the main application routine, but also processes
 that the maximum number of sleeping functions is 20. If it would be larger it will overwrite
 parameters of already sleeping functions in GEOS kernal data space, leading to crash.
 
-<sect1>System
+<sect1>System Functions
 
 <sect2>FirstInit
 <p>
@@ -1283,7 +1283,7 @@ GEOS data space ($8000-$8fff), so you can use their fields directly in optimized
 Please see <tt/gsym.h/ and find them. All structures are defined in <tt/gstruct.h/ and you may
 find also some comments there.
 
-<sect1>Graphics
+<sect1>Graphics Structures
 
 <sect2>pixel
 <p>
@@ -1358,7 +1358,7 @@ fixed area using <tt/GetFHdrInfo/. (note that <tt/fileHeader/ is a place in memo
 <tt/fileheader/ is a structure).
 You will also need own fileheader for <tt/SaveFile/.
 
-<sect1>System
+<sect1>System Structures
 
 <sect2>s_date
 <p>