diff options
author | nijtmans <nijtmans> | 2008-12-05 16:01:01 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2008-12-05 16:01:01 (GMT) |
commit | 4efb1a0f47c957eb324a55b4e51e7a4207002aa1 (patch) | |
tree | 1e2b1ea6b5f1ba2aba27ca7b7a73f1afd2f9d2a0 /doc/SetResult.3 | |
parent | 3ead0718e84c105802d523230c4d24df972eaa44 (diff) | |
download | tcl-4efb1a0f47c957eb324a55b4e51e7a4207002aa1.zip tcl-4efb1a0f47c957eb324a55b4e51e7a4207002aa1.tar.gz tcl-4efb1a0f47c957eb324a55b4e51e7a4207002aa1.tar.bz2 |
fix Tcl_AppendElement documentation: signature in doc did not
match with real signature in header file
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r-- | doc/SetResult.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3 index e29c6b1..d19bd998 100644 --- a/doc/SetResult.3 +++ b/doc/SetResult.3 @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: SetResult.3,v 1.22 2008/12/05 15:21:37 dkf Exp $ +'\" RCS: @(#) $Id: SetResult.3,v 1.23 2008/12/05 16:01:01 nijtmans Exp $ '\" .so man.macros .TH Tcl_SetResult 3 8.0 Tcl "Tcl Library Procedures" @@ -48,7 +48,7 @@ Object value to become result for \fIinterp\fR. .AP char *result in String value to become result for \fIinterp\fR or to be appended to the existing result. -.AP char *element in +.AP "const char" *element in String value to append as a list element to the existing result of \fIinterp\fR. .AP Tcl_FreeProc *freeProc in |