summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-19 20:27:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-19 20:27:55 (GMT)
commit8f87675b8327efb1d24792fa0cd338c87ec028aa (patch)
tree434678a6d5fada92f41a84d90c760d44ceaed131
parente3b234e70992ea1e4ccf0a5b2f7ff56fc7513b3a (diff)
parentbce89065de89d1341e53aad824815c1a6a1ac30f (diff)
downloadtcl-8f87675b8327efb1d24792fa0cd338c87ec028aa.zip
tcl-8f87675b8327efb1d24792fa0cd338c87ec028aa.tar.gz
tcl-8f87675b8327efb1d24792fa0cd338c87ec028aa.tar.bz2
Merge 8.7
-rw-r--r--doc/LinkVar.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/LinkVar.3 b/doc/LinkVar.3
index 92e7d03..3a41582 100644
--- a/doc/LinkVar.3
+++ b/doc/LinkVar.3
@@ -53,7 +53,7 @@ used.
.sp
.VS "TIP 312"
In \fBTcl_LinkArray\fR, the additional linked types \fBTCL_LINK_CHARS\fR and
-\fBTCL_LINK_BYTES\fR may be used.
+\fBTCL_LINK_BINARY\fR may be used.
.VE "TIP 312"
.sp
All the above for both functions may be
@@ -146,11 +146,11 @@ prefix) are accepted as if they are valid too.
.RS
.PP
.VS "TIP 312"
-If using an array of these, consider using \fBTCL_LINK_BYTES\fR instead.
+If using an array of these, consider using \fBTCL_LINK_BINARY\fR instead.
.VE "TIP 312"
.RE
.TP
-\fBTCL_LINK_BYTES\fR
+\fBTCL_LINK_BINARY\fR
.VS "TIP 312"
The C array is of type \fBunsigned char *\fR and is mapped into Tcl
as a bytearray.