summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbch <brad.harder@gmail.com>2022-06-19 05:03:00 (GMT)
committerbch <brad.harder@gmail.com>2022-06-19 05:03:00 (GMT)
commit45f0e272f9575641226e0788d0adaa82fb5251ef (patch)
tree9944eeb00f44ae04599fbf5f04cb20f9a1dcbd1a
parent3ac19cb2d70e938db457aed8f874a2a773ad6567 (diff)
downloadtcl-45f0e272f9575641226e0788d0adaa82fb5251ef.zip
tcl-45f0e272f9575641226e0788d0adaa82fb5251ef.tar.gz
tcl-45f0e272f9575641226e0788d0adaa82fb5251ef.tar.bz2
How about fixing all instances (follow-up to [9c4dcc7347])?
-rw-r--r--doc/LinkVar.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/LinkVar.3 b/doc/LinkVar.3
index 7755b05..40399ac 100644
--- a/doc/LinkVar.3
+++ b/doc/LinkVar.3
@@ -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.