diff --git a/doc/geos.sgml b/doc/geos.sgml
index 5b6a09eb4..8afc08c7d 100644
--- a/doc/geos.sgml
+++ b/doc/geos.sgml
@@ -6,7 +6,7 @@
GEOSLib docs
Maciej Witkowiak,
-v1.2, 26.12.1999, 16.03.2000, 19-22.03.2000, 11,29.07.2000, 3-4,15.07.2001
+v1.3, 26.12.1999, 16.03.2000, 19-22.03.2000, 11,29.07.2000, 3-4,15.07.2001, 27.10.2001
This is the documentation of cc65's GEOSLib, but information contained here may be also
useful for writting GEOS applications in general.
@@ -37,8 +37,18 @@ resulting code will be smaller.
-It is safe to use these includes:
+It is safe to use these standard includes:
I am an assembler programmer and GEOSLib was designed in such way that cc65 could emit the best
available code (well, the best as for machine :). Many of the General rules
Think twice before you use standard C library function. In current implementation almost always
-you will get better code using only
Apart from this file, which merely describes only standard GEOS library functions, you should read