From a9103714031cedb16b00cd6ce81ef93b04734f08 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Wed, 12 Dec 2001 15:20:27 +0000 Subject: 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 --- documentation/Fl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/Fl.html') 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. It can return much sooner if something happens.

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 time 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).

void (*warning)(const char*, ...);

-- cgit v1.2.3