Skip to content

Commit

Permalink
Fix TIP #312 documentation. Backported from [9c4dcc7347e8ef51]
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Jun 19, 2022
2 parents c235189 + 45f0e27 commit bce8906
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/LinkVar.3
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit bce8906

Please sign in to comment.