]> git.sur5r.net Git - cc65/commitdiff
atari.sgml: use consistent naming for realtime clock.
authorChristian Groessler <chris@groessler.org>
Fri, 16 Nov 2018 14:22:02 +0000 (15:22 +0100)
committerOliver Schmidt <ol.sc@web.de>
Fri, 16 Nov 2018 15:13:43 +0000 (16:13 +0100)
doc/atari.sgml

index 7389cb9bc3e698135d4b2d7e92a097143ac44c4a..2531c8d03540e9c5fd4227bbbcc8c4942c6d1d54 100644 (file)
@@ -636,14 +636,14 @@ interface module.
 
 <sect1><tt/Realtime clock/<label id="realtimeclock"<p>
 
-Access to the real time clock is supported only when running on SpartaDOS-X.
-There needs to be an RTC driver installed. This is normally the case
+Access to the realtime clock is supported only when running on SpartaDOS-X.
+There needs to be a realtime clock driver installed. This is normally the case
 in the default installation (CONFIG.SYS) of SpartaDOS-X.
-A missing RTC driver in SpartaDOS-X is not supported, and the program
+A missing realtime clock driver in SpartaDOS-X is not supported, and the program
 may crash when calling the <tt/clock_settime()/ or <tt/clock_gettime()/
 functions.
 
-The resolution of the RTC driver is 1 second.
+The resolution of the realtime clock driver is 1 second.
 
 <sect1><tt/atarixl target/<#if output="info|latex2e"> limitations</#if><label id="xllimitations"<p>