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 | |
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')
-rw-r--r-- | doc/ParseArgs.3 | 2 | ||||
-rw-r--r-- | doc/StringObj.3 | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/doc/StringObj.3 b/doc/StringObj.3 index 22e872a..772073e 100644 --- a/doc/StringObj.3 +++ b/doc/StringObj.3 @@ -385,7 +385,7 @@ cleaner-looking. \fBTcl_ConcatObj\fR returns a pointer to a newly-created value whose ref count is zero. .SH "REFERENCE COUNT MANAGEMENT" .PP -\fBTcl_NewStringObj\fR, \fBTcl_NewUnicodeObj\fB, \fBTcl_Format\fR, +\fBTcl_NewStringObj\fR, \fBTcl_NewUnicodeObj\fR, \fBTcl_Format\fR, \fBTcl_ObjPrintf\fR, and \fBTcl_ConcatObj\fR always return a zero-reference object, much like \fBTcl_NewObj\fR. .PP |