diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-14 21:17:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-10-14 21:17:01 (GMT) |
commit | 76e2b0d613817d0b9c87892c6ee877d133950e33 (patch) | |
tree | b8e69fedf9761d3041dc71a7ee9c9df872a05f5a /doc | |
parent | 37b044ce722ded83c5f7fa09696660bf54540f14 (diff) | |
parent | 62cba4649fa3017633b316173e746d2bea9d0a43 (diff) | |
download | tcl-76e2b0d613817d0b9c87892c6ee877d133950e33.zip tcl-76e2b0d613817d0b9c87892c6ee877d133950e33.tar.gz tcl-76e2b0d613817d0b9c87892c6ee877d133950e33.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-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 |