]> git.sur5r.net Git - cc65/blobdiff - doc/c128.sgml
Access Atari OS variables by structure.
[cc65] / doc / c128.sgml
index 84b601ab770293e117a4964f0b4b9b6f57a63152..1d8734fdfc319888b5a4b603487242d6bc8e8cff 100644 (file)
@@ -342,7 +342,7 @@ The default drivers, <tt/mouse_stddrv (mouse_static_stddrv)/, point to <tt/c128-
 <sect1>Realtime clock<p>
 
 The realtime clock functions use the CIA1 TOD clock. As that clock only stores
-the time but not the date, the date set by <tt/clock_settime()/ ist simply stored
+the time but not the date, the date set by <tt/clock_settime()/ is simply stored
 inside the C library for retrieval in the same program via <tt/clock_gettime()/.
 
 
@@ -397,14 +397,14 @@ including commercial applications, and to alter it and redistribute it
 freely, subject to the following restrictions:
 
 <enum>
-<item> The origin of this software must not be misrepresented; you must not
-       claim that you wrote the original software. If you use this software
-       in a product, an acknowledgment in the product documentation would be
-       appreciated but is not required.
-<item> Altered source versions must be plainly marked as such, and must not
-       be misrepresented as being the original software.
-<item> This notice may not be removed or altered from any source
-       distribution.
+<item>  The origin of this software must not be misrepresented; you must not
+        claim that you wrote the original software. If you use this software
+        in a product, an acknowledgment in the product documentation would be
+        appreciated but is not required.
+<item>  Altered source versions must be plainly marked as such, and must not
+        be misrepresented as being the original software.
+<item>  This notice may not be removed or altered from any source
+        distribution.
 </enum>
 
 </article>