diff options
author | dgp <dgp@users.sourceforge.net> | 2019-12-30 21:29:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2019-12-30 21:29:09 (GMT) |
commit | fd4b052c0d6d912177890c1990f506e959cdea5c (patch) | |
tree | 084324f857c1fc79e7be5b31ce7be5f48e54045e /doc/LinkVar.3 | |
parent | 8265ea67d6285031031eeee4037a3b9b35262a10 (diff) | |
parent | f5a8aaadf8c1f3c677edfbdde0c7619089a37705 (diff) | |
download | tcl-fd4b052c0d6d912177890c1990f506e959cdea5c.zip tcl-fd4b052c0d6d912177890c1990f506e959cdea5c.tar.gz tcl-fd4b052c0d6d912177890c1990f506e959cdea5c.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/LinkVar.3')
-rw-r--r-- | doc/LinkVar.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/LinkVar.3 b/doc/LinkVar.3 index 90fe574..6710702 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 int size in +.AP size_t size in .VS "TIP 312" The number of elements in the C array. Must be greater than zero. .VE "TIP 312" |