summaryrefslogtreecommitdiffstats
path: root/doc/AddErrInfo.3
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2023-04-24 14:22:07 (GMT)
committerdgp <dgp@users.sourceforge.net>2023-04-24 14:22:07 (GMT)
commit277effbc04fce23d5e3daf3730415b0dc1c43bc9 (patch)
treebb568f4bb4f3fa82e281a20db2c6888bc9559c22 /doc/AddErrInfo.3
parent642792b1c24ede80b813230b3d12f524f25b1d90 (diff)
downloadtcl-277effbc04fce23d5e3daf3730415b0dc1c43bc9.zip
tcl-277effbc04fce23d5e3daf3730415b0dc1c43bc9.tar.gz
tcl-277effbc04fce23d5e3daf3730415b0dc1c43bc9.tar.bz2
TIP 422 eliminated va_list arguments from the API of Tcl 9.
However, some of the documentation lingered on. No more.
Diffstat (limited to 'doc/AddErrInfo.3')
-rw-r--r--doc/AddErrInfo.33
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 7290a27..1b3a848 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -67,9 +67,6 @@ 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.
-.AP va_list argList in
-An argument list which must have been initialized using
-\fBva_start\fR, and cleared using \fBva_end\fR.
.AP int lineNum
The line number of a script where an error occurred.
.AP "const char" *script in