summaryrefslogtreecommitdiffstats
path: root/doc/ListObj.3
diff options
context:
space:
mode:
authorbch <brad.harder@gmail.com>2022-09-13 21:50:17 (GMT)
committerbch <brad.harder@gmail.com>2022-09-13 21:50:17 (GMT)
commitfd14473a4c83f51302ba81076ec2f9d3ce9be74b (patch)
treec8d49158506dd65cac555c599f0fd04ff0379bcb /doc/ListObj.3
parent2e97ff6575a090c476f6f9ca06e7f1c960f85222 (diff)
downloadtcl-fd14473a4c83f51302ba81076ec2f9d3ce9be74b.zip
tcl-fd14473a4c83f51302ba81076ec2f9d3ce9be74b.tar.gz
tcl-fd14473a4c83f51302ba81076ec2f9d3ce9be74b.tar.bz2
fix logical-or markup in documentation
Diffstat (limited to 'doc/ListObj.3')
-rw-r--r--doc/ListObj.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ListObj.3 b/doc/ListObj.3
index 182f2fb..a0ed5c9 100644
--- a/doc/ListObj.3
+++ b/doc/ListObj.3
@@ -59,7 +59,7 @@ points to the Tcl value that will be appended to \fIlistPtr\fR.
For \fBTcl_SetListObj\fR,
this points to the Tcl value that will be converted to a list value
containing the \fIobjc\fR elements of the array referenced by \fIobjv\fR.
-.AP size_t | int *objcPtr in
+.AP "size_t \&| int" *objcPtr in
Points to location where \fBTcl_ListObjGetElements\fR
stores the number of element values in \fIlistPtr\fR.
.AP Tcl_Obj ***objvPtr out
@@ -76,7 +76,7 @@ An array of pointers to values.
\fBTcl_NewListObj\fR will insert these values into a new list value
and \fBTcl_ListObjReplace\fR will insert them into an existing \fIlistPtr\fR.
Each value will become a separate list element.
-.AP size_t | int *lengthPtr out
+.AP "size_t \&| int" *lengthPtr out
Points to location where \fBTcl_ListObjLength\fR
stores the length of the list.
.AP size_t index in