summaryrefslogtreecommitdiffstats
path: root/doc/LinkVar.3
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2023-04-16 17:05:07 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2023-04-16 17:05:07 (GMT)
commite645e12652b53c5aa9b86783f6b7b9d3db3be9ea (patch)
tree79e088bf7c27a97bfbb26c31686e6214d98003c5 /doc/LinkVar.3
parentc899e7770147960aafc497624551c39fff43471c (diff)
downloadtcl-e645e12652b53c5aa9b86783f6b7b9d3db3be9ea.zip
tcl-e645e12652b53c5aa9b86783f6b7b9d3db3be9ea.tar.gz
tcl-e645e12652b53c5aa9b86783f6b7b9d3db3be9ea.tar.bz2
Update manpages for TIP 660. Also one size_t -> Tcl_Size change in public API
Diffstat (limited to 'doc/LinkVar.3')
-rw-r--r--doc/LinkVar.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/LinkVar.3 b/doc/LinkVar.3
index f7ce3a3..42211c5 100644
--- a/doc/LinkVar.3
+++ b/doc/LinkVar.3
@@ -59,7 +59,7 @@ In \fBTcl_LinkArray\fR, the additional linked types \fBTCL_LINK_CHARS\fR and
All the above for both functions may be
optionally OR'ed with \fBTCL_LINK_READ_ONLY\fR to make the Tcl
variable read-only.
-.AP size_t size in
+.AP Tcl_Size size in
.VS "TIP 312"
The number of elements in the C array. Must be greater than zero.
.VE "TIP 312"