diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-14 21:06:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-14 21:06:05 (GMT) |
commit | 62cba4649fa3017633b316173e746d2bea9d0a43 (patch) | |
tree | 970f9acc3fa08f6ce52b40e449fccd80f94ef1b6 /doc/ParseArgs.3 | |
parent | d7304e379dccca48d1ff75b83e8d5479c5b98517 (diff) | |
download | tcl-62cba4649fa3017633b316173e746d2bea9d0a43.zip tcl-62cba4649fa3017633b316173e746d2bea9d0a43.tar.gz tcl-62cba4649fa3017633b316173e746d2bea9d0a43.tar.bz2 |
Fix [02773491861d9fd0]: Tcl_ParseArgsObjv TCL_ARGV_CONSTANT documentation is wrong
Diffstat (limited to 'doc/ParseArgs.3')
-rw-r--r-- | doc/ParseArgs.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ParseArgs.3 b/doc/ParseArgs.3 index c254148..def55de 100644 --- a/doc/ParseArgs.3 +++ b/doc/ParseArgs.3 @@ -103,7 +103,7 @@ the argument's value. The following values are acceptable values for \fBTCL_ARGV_CONSTANT\fR . The argument does not take any following value argument. If this argument is -present, the \fIsrcPtr\fR field (casted to \fIint\fR) is copied to the variable +present, the (integer) value of the \fIsrcPtr\fR field is copied to the variable pointed to by the \fIdstPtr\fR field. The \fIclientData\fR field is ignored. .TP \fBTCL_ARGV_END\fR |