diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-18 09:23:49 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-05-18 09:23:49 (GMT) |
commit | fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2 (patch) | |
tree | da5bf0848ba95bccdb02974f0d2107158fc00368 /doc/DictObj.3 | |
parent | 2c6526084c6c3a93eda8b2bb13bc83304154efcb (diff) | |
download | tcl-fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2.zip tcl-fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2.tar.gz tcl-fdedfe57992474d342bf1ecb84bc04ae0fd9aeb2.tar.bz2 |
More doc fixes
Diffstat (limited to 'doc/DictObj.3')
-rw-r--r-- | doc/DictObj.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/DictObj.3 b/doc/DictObj.3 index ca9847c..c03d267 100644 --- a/doc/DictObj.3 +++ b/doc/DictObj.3 @@ -84,7 +84,7 @@ returned, the search record \fImust\fR be passed to Points to a variable that will have a non-zero value written into it when the enumeration of the key/value pairs in a dictionary has completed, and a zero otherwise. -.AP int keyc in +.AP size_t keyc in Indicates the number of keys that will be supplied in the \fIkeyv\fR array. .AP "Tcl_Obj *const" *keyv in |