summaryrefslogtreecommitdiffstats
path: root/doc/ParseArgs.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-04 20:27:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-04 20:27:05 (GMT)
commit5a8884879e38508ed2e33e8df2828cddb99d11a0 (patch)
tree0f96b74c63f4945ebf38344226d2b865a5dc5840 /doc/ParseArgs.3
parent96ba124114a77f7be6cfb173ee9084c01f789512 (diff)
parent6ee168d4e00c78c957b108708a6697f812a29b9f (diff)
downloadtcl-5a8884879e38508ed2e33e8df2828cddb99d11a0.zip
tcl-5a8884879e38508ed2e33e8df2828cddb99d11a0.tar.gz
tcl-5a8884879e38508ed2e33e8df2828cddb99d11a0.tar.bz2
Add testcases for bug [7cb7409e05]: Tcl_ParseArgsObjv bug with TCL_ARGV_GENFUNC. Mark failing testcases with "knownBug"
Diffstat (limited to 'doc/ParseArgs.3')
-rw-r--r--doc/ParseArgs.310
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/ParseArgs.3 b/doc/ParseArgs.3
index def55de..6a69527 100644
--- a/doc/ParseArgs.3
+++ b/doc/ParseArgs.3
@@ -156,11 +156,11 @@ typedef int (\fBTcl_ArgvGenFuncProc\fR)(
void *\fIdstPtr\fR);
.CE
.PP
-The \fIclientData\fR is the value from the table entry, the \fIinterp\fR is
-where to store any error messages, the \fIkeyStr\fR is the name of the
-argument, \fIobjc\fR and \fIobjv\fR describe an array of all the remaining
-arguments, and \fIdstPtr\fR argument to the \fBTcl_ArgvGenFuncProc\fR is the
-location to write the parsed value (or values) to.
+The \fIclientData\fR is the value from the table entry, the \fIinterp\fR
+is where to store any error messages, \fIobjc\fR and \fIobjv\fR describe
+an array of all the remaining arguments, and \fIdstPtr\fR argument to the
+\fBTcl_ArgvGenFuncProc\fR is the location to write the parsed value
+(or values) to.
.RE
.TP
\fBTCL_ARGV_HELP\fR