From 829aaaec22657d1e4da5283d938653988e3091b8 Mon Sep 17 00:00:00 2001 From: chatty Date: Tue, 10 May 1994 11:16:59 +0000 Subject: replaced TRUE/FALSE by true/false --- comm/OLD/Service.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'comm/OLD/Service.cc') diff --git a/comm/OLD/Service.cc b/comm/OLD/Service.cc index 73130ab..be28b60 100644 --- a/comm/OLD/Service.cc +++ b/comm/OLD/Service.cc @@ -148,7 +148,7 @@ UchService :: PeekEvent (bool wait) These functions flush the output buffer, and check the events already in the queue. If there is at least one, it is returned; \fun{GetEvent} also removes it from the event queue. -If the event queue is empty and \var{wait} is TRUE, the function blocks until an event arrives, +If the event queue is empty and \var{wait} is true, the function blocks until an event arrives, else it returns 0 without blocking. These functions also create the event queue if it was not set with \fun{SetEvQueue}. ?*/ -- cgit v1.1