Documentation updates, mainly to fix typos, mark constants with TT, and

clean up the osissues.html file for all OS's.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1836 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Michael R Sweet
2001-12-12 15:20:27 +00:00
parent 0ee1fb7b1b
commit a910371403
4 changed files with 535 additions and 340 deletions
+1 -1
View File
@@ -1081,7 +1081,7 @@ seconds. <i>It can return much sooner if something happens.</i>
<P>The return value is positive if an event or fd happens before the
time elapsed. It is zero if nothing happens (on Win32 this will only
return zero if <i>time</i> is zero). It is negative if an error
occurs (this will happen on Unix if a signal happens).
occurs (this will happen on UNIX if a signal happens).
<H4><A NAME="Fl.warning">void (*warning)(const char*, ...);</A></H4>