summaryrefslogtreecommitdiff
path: root/documentation/Fl.html
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2001-12-12 15:20:27 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>2001-12-12 15:20:27 +0000
commita9103714031cedb16b00cd6ce81ef93b04734f08 (patch)
tree5ac186372e3e40efa50efb48dff77afbf0c91f8f /documentation/Fl.html
parent0ee1fb7b1b99bae2930c612fb2ac753c5ce9b468 (diff)
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
Diffstat (limited to 'documentation/Fl.html')
-rw-r--r--documentation/Fl.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl.html b/documentation/Fl.html
index 03fe903b9..8bc5728bc 100644
--- a/documentation/Fl.html
+++ b/documentation/Fl.html
@@ -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>