diff options
Diffstat (limited to 'doc/man/man3/tqthreadstorage.3qt')
-rw-r--r-- | doc/man/man3/tqthreadstorage.3qt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/man3/tqthreadstorage.3qt b/doc/man/man3/tqthreadstorage.3qt index a56d04774..8dbcddee2 100644 --- a/doc/man/man3/tqthreadstorage.3qt +++ b/doc/man/man3/tqthreadstorage.3qt @@ -112,7 +112,7 @@ Note: The per-thread data stored is \fInot\fR deleted. Any data left in TQThread .PP See also hasLocalData(). .SH "bool TQThreadStorage::hasLocalData () const" -Returns TRUE if the calling thread has non-zero data available; otherwise returns FALSE. +Returns true if the calling thread has non-zero data available; otherwise returns false. .PP See also localData(). .SH "T & TQThreadStorage::localData ()" |