diff options
Diffstat (limited to 'doc/man/man3/tqbitarray.3qt')
-rw-r--r-- | doc/man/man3/tqbitarray.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqbitarray.3qt b/doc/man/man3/tqbitarray.3qt index 1c3bbb462..3db8d9410 100644 --- a/doc/man/man3/tqbitarray.3qt +++ b/doc/man/man3/tqbitarray.3qt @@ -171,11 +171,11 @@ See also copy(). .PP Reimplemented from TQMemArray. .SH "bool TQBitArray::fill ( bool v, int size = -1 )" -Fills the bit array with \fIv\fR (1's if \fIv\fR is TRUE, or 0's if \fIv\fR is FALSE). +Fills the bit array with \fIv\fR (1's if \fIv\fR is true, or 0's if \fIv\fR is false). .PP fill() resizes the bit array to \fIsize\fR bits if \fIsize\fR is nonnegative. .PP -Returns FALSE if a nonnegative \fIsize\fR was specified and the bit array could not be resized; otherwise returns TRUE. +Returns false if a nonnegative \fIsize\fR was specified and the bit array could not be resized; otherwise returns true. .PP See also resize(). .SH "TQBitArray & TQBitArray::operator&= ( const TQBitArray & a )" @@ -275,7 +275,7 @@ Example: .br .fi .SH "bool TQBitArray::resize ( uint size )" -Resizes the bit array to \fIsize\fR bits and returns TRUE if the bit array could be resized; otherwise returns FALSE. The array becomes a null array if \fIsize\fR == 0. +Resizes the bit array to \fIsize\fR bits and returns true if the bit array could be resized; otherwise returns false. The array becomes a null array if \fIsize\fR == 0. .PP If the array is expanded, the new bits are set to 0. .PP @@ -309,7 +309,7 @@ Returns the bit array's size (number of bits). .PP See also resize(). .SH "bool TQBitArray::testBit ( uint index ) const" -Returns TRUE if the bit at position \fIindex\fR is set, i.e. is 1; otherwise returns FALSE. +Returns true if the bit at position \fIindex\fR is set, i.e. is 1; otherwise returns false. .PP See also setBit() and clearBit(). .SH "bool TQBitArray::toggleBit ( uint index )" |