summaryrefslogtreecommitdiffstats
path: root/doc/SetResult.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/SetResult.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/SetResult.3')
-rw-r--r--doc/SetResult.33
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index 9be3ef0..fdc4af2 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -45,9 +45,6 @@ to the existing result of \fIinterp\fR.
.AP Tcl_FreeProc *freeProc in
Pointer to a procedure to call to release storage at
\fIresult\fR.
-.AP va_list argList in
-An argument list which must have been initialized using
-\fBva_start\fR, and cleared using \fBva_end\fR.
.AP Tcl_Interp *sourceInterp in
The interpreter to transfer the result and return options from.
.AP Tcl_Interp *targetInterp in