diff options
author | dgp <dgp@users.sourceforge.net> | 2021-11-06 22:45:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2021-11-06 22:45:26 (GMT) |
commit | 370e151c6988f658a43fa9a98afc99b5593fe195 (patch) | |
tree | 6e57ed236f04d7cfb0734033af29d5d9f03363a4 /doc | |
parent | c6b69a1fa529fc05bf06d5a506c89ef7268a3b3f (diff) | |
download | tcl-370e151c6988f658a43fa9a98afc99b5593fe195.zip tcl-370e151c6988f658a43fa9a98afc99b5593fe195.tar.gz tcl-370e151c6988f658a43fa9a98afc99b5593fe195.tar.bz2 |
typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ByteArrObj.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ByteArrObj.3 b/doc/ByteArrObj.3 index cf033f8..16e0ea8 100644 --- a/doc/ByteArrObj.3 +++ b/doc/ByteArrObj.3 @@ -143,7 +143,7 @@ for compatibility with codebases written for earlier releases of Tcl. It is expected this routine will incompatibly change in Tcl 9 so that it also signals failed conversions with a NULL return. .PP -On success, both \fBTcl_GetByteFromObj\fR and \fBTcl_GetByteArrayFromObj\fR +On success, both \fBTcl_GetBytesFromObj\fR and \fBTcl_GetByteArrayFromObj\fR return a pointer into the internal representation of a \fBTcl_Obj\fR. That pointer must not be freed by the caller, and should not be retained for use beyond the known time the internal representation of the value |