summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-03 11:38:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-06-03 11:38:32 (GMT)
commit272872375d23ecfbbf6d893473176aab97462a44 (patch)
tree9162e0ceddc91e3dd194c531b7d34cd8fb5a93e0 /doc/AddErrInfo.3
parent0c084c085ddb250fdc788cc1f50255c2a8175a1b (diff)
parent2da2d370b8544b349e29bc2bf08e3fb7b5372d14 (diff)
downloadtcl-272872375d23ecfbbf6d893473176aab97462a44.zip
tcl-272872375d23ecfbbf6d893473176aab97462a44.tar.gz
tcl-272872375d23ecfbbf6d893473176aab97462a44.tar.bz2
Merge 8.6
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r--doc/AddErrInfo.32
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 357b3eb..e77df6c 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -68,7 +68,7 @@ If negative, all bytes up to the first null byte are used.
The \fB\-errorcode\fR return option will be set to this value.
.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.
+Last \fIelement\fR argument must be (char *)NULL.
.AP va_list argList in
An argument list which must have been initialized using
\fBva_start\fR, and cleared using \fBva_end\fR.