diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-10 10:18:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-10 10:18:44 (GMT) |
commit | a83edfe07c35a66fbcf357a99349c43e103e6d9e (patch) | |
tree | a05a4b5baf34bd013ed8b754a828f2899689d03d /doc | |
parent | 8e201fe70ae46fb598e25892b65afd28cada04e1 (diff) | |
download | tcl-a83edfe07c35a66fbcf357a99349c43e103e6d9e.zip tcl-a83edfe07c35a66fbcf357a99349c43e103e6d9e.tar.gz tcl-a83edfe07c35a66fbcf357a99349c43e103e6d9e.tar.bz2 |
Update doc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BoolObj.3 | 4 | ||||
-rw-r--r-- | doc/GetInt.3 | 3 |
2 files changed, 3 insertions, 4 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. diff --git a/doc/GetInt.3 b/doc/GetInt.3 index 62e8f51..f15c12d 100644 --- a/doc/GetInt.3 +++ b/doc/GetInt.3 @@ -109,8 +109,7 @@ are also acceptable. .PP \fBTcl_GetBool\fR functions almost the same as \fBTcl_GetBoolean\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. +to specify whether the empty string or NULL is accepted as valid. .SH KEYWORDS boolean, conversion, double, floating-point, integer |