]> git.sur5r.net Git - cc65/commitdiff
Avoided makeinfo warnings when Travis CI runs LinuxDoc Tools. 112/head
authorGreg King <gregdk@users.sf.net>
Thu, 24 Apr 2014 17:03:52 +0000 (13:03 -0400)
committerGreg King <gregdk@users.sf.net>
Fri, 25 Apr 2014 09:04:03 +0000 (05:04 -0400)
doc/cbm510.sgml
doc/cbm610.sgml

index 3d01ab5bb634896ddb8d361d377ae34559a11027..c24eba142da8c1170752638465f69a7c4c60bbd8 100644 (file)
@@ -7,7 +7,7 @@
 <url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
 <url url="mailto:polluks@sdf.lonestar.org" name="Stefan A. Haubenthal">,<newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
-<date>2014-04-02
+<date>2014-04-25
 
 <abstract>
 An overview over the Commodore 510 runtime system as it is implemented for the
@@ -136,7 +136,7 @@ The following pseudo variables declared in the <tt/cbm510.h/ header file do
 allow access to hardware located in the address space. Some variables are
 structures; accessing the struct fields will access the chip registers.
 
-<bf>Note:</bf> All I/O chips are located in the system bank (bank 15); and can
+<em/Note:/ All I/O chips are located in the system bank (bank 15); and can
 therefore not be accessed like on other platforms. Please use one of the
 <tt/peekbsys/, <tt/peekwsys/, <tt/pokebsys/, and <tt/pokewsys/ functions to
 access the I/O chips. Direct reads and writes to the structures named below
index 2025c0792a7fec0cb25fc1389773cfb41be593b2..790983b3d5c494f2d162830a1dc092f60582a5e8 100644 (file)
@@ -6,7 +6,7 @@
 <author>
 <url url="mailto:uz@cc65.org" name="Ullrich von Bassewitz">,<newline>
 <url url="mailto:greg.king5@verizon.net" name="Greg King">
-<date>2014-04-02
+<date>2014-04-25
 
 <abstract>
 An overview over the Commodore 610 runtime system as it is implemented for the
@@ -138,7 +138,7 @@ The following pseudo variables declared in the <tt/cbm610.h/ header file do
 allow access to hardware located in the address space. Some variables are
 structures; accessing the struct fields will access the chip registers.
 
-<bf>Note:</bf> All I/O chips are located in the system bank (bank 15); and can
+<em/Note:/ All I/O chips are located in the system bank (bank 15); and can
 therefore not be accessed like on other platforms. Please use one of the
 <tt/peekbsys/, <tt/peekwsys/, <tt/pokebsys/, and <tt/pokewsys/ functions to
 access the I/O chips. Direct reads and writes to the structures named below