diff options
author | fvogel <fvogelnew1@free.fr> | 2021-05-15 09:33:11 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-05-15 09:33:11 (GMT) |
commit | 480bb82eff2158cbe27b4769a4237fdd564b3001 (patch) | |
tree | 25ef0835ff70aed59041f642527a294f4529c7c3 /doc/ParseArgs.3 | |
parent | 013c481b681758275b7ac2653d4fca853efaf667 (diff) | |
parent | 6a484fdaef399592d4b9fce8bde2a8e8656ff999 (diff) | |
download | tcl-480bb82eff2158cbe27b4769a4237fdd564b3001.zip tcl-480bb82eff2158cbe27b4769a4237fdd564b3001.tar.gz tcl-480bb82eff2158cbe27b4769a4237fdd564b3001.tar.bz2 |
merge core-8-branch
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 2189551..6c1dcbb 100644 --- a/doc/ParseArgs.3 +++ b/doc/ParseArgs.3 @@ -191,7 +191,7 @@ came from, and so should be copied if it needs to be retained. The \fIsrcPtr\fR and \fIclientData\fR fields are ignored. .SH "REFERENCE COUNT MANAGEMENT" .PP -The values in the \fiobjv\fR argument to \fBTcl_ParseArgsObjv\fR will not have +The values in the \fIobjv\fR argument to \fBTcl_ParseArgsObjv\fR will not have their reference counts modified by this function. The interpreter result may be modified on error; the values passed should not be the interpreter result with no further reference added. |