From 6dd781c483eea56f51ae0eff47d857976b5d0f0d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 26 Jul 2025 11:44:58 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 3 Signed-off-by: Michele Calgaro --- doc/man/man3/tqsemaphore.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqsemaphore.3qt') diff --git a/doc/man/man3/tqsemaphore.3qt b/doc/man/man3/tqsemaphore.3qt index 59e9261aa..775d1c61a 100644 --- a/doc/man/man3/tqsemaphore.3qt +++ b/doc/man/man3/tqsemaphore.3qt @@ -80,8 +80,8 @@ Release \fIn\fR accesses to the semaphore. Returns the total number of accesses to the semaphore. .SH "bool TQSemaphore::tryAccess ( int n )" Try to get access to the semaphore. If available() < \fIn\fR, this -function will return FALSE immediately. If available() >= \fIn\fR, -this function will take \fIn\fR accesses and return TRUE. This +function will return false immediately. If available() >= \fIn\fR, +this function will take \fIn\fR accesses and return true. This function does \fInot\fR block. .SH "SEE ALSO" -- cgit v1.2.3