diff options
Diffstat (limited to 'doc/ParseArgs.3')
-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 0d26fa6..af58cbf 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 . |