summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:48:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:48:11 (GMT)
commit60bb48a1c2a0656fe9a8c17faad9a7155eefc17c (patch)
tree769b64fcd38b8704f5ba9cfab12682e1ed23ab7d /doc/AddErrInfo.3
parentdb0dc8c2b957416f3420435c986026c0d23f9db4 (diff)
parent6ef2d21d52bc57def14a5622bebe567983a2f515 (diff)
downloadtcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.zip
tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.gz
tcl-60bb48a1c2a0656fe9a8c17faad9a7155eefc17c.tar.bz2
Merge 8.7
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r--doc/AddErrInfo.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 5462d02..ba998c0 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -47,7 +47,7 @@ Interpreter in which to record information.
The code returned from script evaluation.
.AP Tcl_Obj *options
A dictionary of return options.
-.AP char *message in
+.AP "const char" *message in
For \fBTcl_AddErrorInfo\fR,
this is a conventional C string to append to the \fB\-errorinfo\fR return option.
For \fBTcl_AddObjErrorInfo\fR,
@@ -64,7 +64,7 @@ appending to the \fB\-errorinfo\fR return option.
If TCL_INDEX_NONE, all bytes up to the first null byte are used.
.AP Tcl_Obj *errorObjPtr in
The \fB\-errorcode\fR return option will be set to this value.
-.AP char *element in
+.AP "const char" *element in
String to record as one element of the \fB\-errorcode\fR return option.
Last \fIelement\fR argument must be NULL.
.AP va_list argList in