summaryrefslogtreecommitdiffstats
path: root/doc/BoolObj.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-10 10:18:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-10 10:18:44 (GMT)
commita83edfe07c35a66fbcf357a99349c43e103e6d9e (patch)
treea05a4b5baf34bd013ed8b754a828f2899689d03d /doc/BoolObj.3
parent8e201fe70ae46fb598e25892b65afd28cada04e1 (diff)
downloadtcl-a83edfe07c35a66fbcf357a99349c43e103e6d9e.zip
tcl-a83edfe07c35a66fbcf357a99349c43e103e6d9e.tar.gz
tcl-a83edfe07c35a66fbcf357a99349c43e103e6d9e.tar.bz2
Update doc
Diffstat (limited to 'doc/BoolObj.3')
-rw-r--r--doc/BoolObj.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/BoolObj.3 b/doc/BoolObj.3
index cc8729e..47a2189 100644
--- a/doc/BoolObj.3
+++ b/doc/BoolObj.3
@@ -88,8 +88,8 @@ performed more efficiently.
.PP
\fBTcl_GetBoolFromObj\fR functions almost the same as
\fBTcl_GetBooleanFromObj\fR, but it has an additional parameter
-\fBflags\fR, which can be used to specify the size of the \fBbool\fR
-variable, and also whether the empty string or NULL is accepted as valid.
+\fBflags\fR, which can be used to specify whether the empty
+string or NULL is accepted as valid.
.PP
Note that the routines \fBTcl_GetBooleanFromObj\fR and
\fBTcl_GetBoolean\fR are not functional equivalents.