diff options
author | fvogel <fvogelnew1@free.fr> | 2021-05-15 09:31:45 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2021-05-15 09:31:45 (GMT) |
commit | 4c055148da4b08753b5b3cfe5355e669f2205f51 (patch) | |
tree | 0b89ae1dcde408159aed3230715333212f156bae /doc/ParseArgs.3 | |
parent | 9bf722e8da25eb28ed58fe97f941f4badaa3af36 (diff) | |
download | tcl-4c055148da4b08753b5b3cfe5355e669f2205f51.zip tcl-4c055148da4b08753b5b3cfe5355e669f2205f51.tar.gz tcl-4c055148da4b08753b5b3cfe5355e669f2205f51.tar.bz2 |
Fix errors in man pages build
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 5ca9fa5..f29f161 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. |