diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-14 07:19:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-09-14 07:19:10 (GMT) |
commit | a267b4feeba6903ec6b84d760f0dfa05812b79fe (patch) | |
tree | d212617fbd54bfc08f78cd4132067edb1507f8c5 /doc/DictObj.3 | |
parent | fd14473a4c83f51302ba81076ec2f9d3ce9be74b (diff) | |
download | tcl-a267b4feeba6903ec6b84d760f0dfa05812b79fe.zip tcl-a267b4feeba6903ec6b84d760f0dfa05812b79fe.tar.gz tcl-a267b4feeba6903ec6b84d760f0dfa05812b79fe.tar.bz2 |
More logical-or markup fixes in documentation
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 c03d267..ebff7bf 100644 --- a/doc/DictObj.3 +++ b/doc/DictObj.3 @@ -70,7 +70,7 @@ Points to a variable that will have the value from a key/value pair placed within it. For \fBTcl_DictObjFirst\fR and \fBTcl_DictObjNext\fR, this may be NULL to indicate that the caller is not interested in the value. -.AP size_t | int *sizePtr out +.AP "size_t \&| int" *sizePtr out Points to a variable that will have the number of key/value pairs contained within the dictionary placed within it. .AP Tcl_DictSearch *searchPtr in/out |