diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-04 11:58:34 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-04 11:58:34 (GMT) |
commit | 080dedf1a370e82dd1cecb85f7b770f80e0278c5 (patch) | |
tree | bd4681319023894586a3847524bdb7a28935e932 /doc/GetInt.3 | |
parent | 2a97dea66cdb0a6202bbd0f9451440a04f9b62aa (diff) | |
parent | 7cbf2552fabd7eaf48150c2d4b5bace39ae8943a (diff) | |
download | tcl-080dedf1a370e82dd1cecb85f7b770f80e0278c5.zip tcl-080dedf1a370e82dd1cecb85f7b770f80e0278c5.tar.gz tcl-080dedf1a370e82dd1cecb85f7b770f80e0278c5.tar.bz2 |
Merge 8.7
Diffstat (limited to 'doc/GetInt.3')
-rw-r--r-- | doc/GetInt.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/GetInt.3 b/doc/GetInt.3 index eba549d..f9b91a2 100644 --- a/doc/GetInt.3 +++ b/doc/GetInt.3 @@ -33,7 +33,7 @@ Points to place to store integer value converted from \fIsrc\fR. .AP double *doublePtr out Points to place to store double-precision floating-point value converted from \fIsrc\fR. -.AP int *boolPtr out +.AP int | short | char *boolPtr out Points to place to store boolean value (0 or 1) converted from \fIsrc\fR. .BE |