]> git.sur5r.net Git - cc65/commitdiff
fix wrong header reference in doesclrscrafterexit() description
authorChristian Groessler <chris@groessler.org>
Tue, 7 Jun 2016 10:22:25 +0000 (12:22 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 7 Jun 2016 10:22:25 +0000 (12:22 +0200)
doc/funcref.sgml

index ff32a29600f7eade09c386440b5fe1f4a8e8c8a1..d665ce0b9ec85934d4676390979a9d1117335d6a 100644 (file)
@@ -2572,7 +2572,7 @@ ldiv
 <quote>
 <descrip>
 <tag/Function/Determines whether the screen is going to be cleared after program exit.
-<tag/Header/<tt/<ref id="atari.h" name="atari.h">, <ref id="apple2.h" name="apple2.h">/
+<tag/Header/<tt/<ref id="cc65.h" name="cc65.h">/
 <tag/Declaration/<tt/unsigned char doesclrscrafterexit (void);/
 <tag/Description/The function returns zero if the screen won't be cleared immediately after
 program termination. It returns a non-zero value if it will.