summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:38:06 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-05-25 09:38:06 (GMT)
commit6ef2d21d52bc57def14a5622bebe567983a2f515 (patch)
tree14f5d5f94ae71841de2b5483ef8d0a00bb67ae97 /doc/AddErrInfo.3
parentfd0aa4c0fc372b3220a8c2af4ead3619f40d117b (diff)
parente7ff6cacbcb54ddb99776ccdebc712ac946e583b (diff)
downloadtcl-6ef2d21d52bc57def14a5622bebe567983a2f515.zip
tcl-6ef2d21d52bc57def14a5622bebe567983a2f515.tar.gz
tcl-6ef2d21d52bc57def14a5622bebe567983a2f515.tar.bz2
Merge 8.6
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 d04b4c9..53f134a 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -49,7 +49,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,
@@ -66,7 +66,7 @@ appending to the \fB\-errorinfo\fR return option.
If negative, 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