diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 21:08:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-01-31 21:08:40 (GMT) |
commit | 4c3bb3d6ba6b55372b33667c7907ddc552582e07 (patch) | |
tree | fb4cec9c99e10bc4a549f1a05b6d802e5a6b7391 /doc | |
parent | 7518a795db507343cc0aa73a0b825e51a8c86eca (diff) | |
parent | 3aabb2ae3555fd529889c1dafbdc0d70f0da0da9 (diff) | |
download | tcl-4c3bb3d6ba6b55372b33667c7907ddc552582e07.zip tcl-4c3bb3d6ba6b55372b33667c7907ddc552582e07.tar.gz tcl-4c3bb3d6ba6b55372b33667c7907ddc552582e07.tar.bz2 |
Merge 8.6
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ParseArgs.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ParseArgs.3 b/doc/ParseArgs.3 index f278ee9..c254148 100644 --- a/doc/ParseArgs.3 +++ b/doc/ParseArgs.3 @@ -103,8 +103,8 @@ 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 int pointed to by the \fIsrcPtr\fR field is copied to the -\fIdstPtr\fR field. The \fIclientData\fR field is ignored. +present, the \fIsrcPtr\fR field (casted to \fIint\fR) is copied to the variable +pointed to by the \fIdstPtr\fR field. The \fIclientData\fR field is ignored. .TP \fBTCL_ARGV_END\fR . |