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/tqbuffer.3qt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/man/man3/tqbuffer.3qt') diff --git a/doc/man/man3/tqbuffer.3qt b/doc/man/man3/tqbuffer.3qt index 4eeaee57d..a7c318835 100644 --- a/doc/man/man3/tqbuffer.3qt +++ b/doc/man/man3/tqbuffer.3qt @@ -91,9 +91,9 @@ Returns this buffer's byte array. .PP See also setBuffer(). .SH "bool TQBuffer::setBuffer ( TQByteArray buf )" -Replaces the buffer's contents with \fIbuf\fR and returns TRUE. +Replaces the buffer's contents with \fIbuf\fR and returns true. .PP -Does nothing (and returns FALSE) if isOpen() is TRUE. +Does nothing (and returns false) if isOpen() is true. .PP Note that if you open the buffer in write mode (IO_WriteOnly or IO_ReadWrite) and write something into the buffer, \fIbuf\fR is also modified because TQByteArray is an explicitly shared class. .PP -- cgit v1.2.3