summaryrefslogtreecommitdiffstats
path: root/doc/SetResult.3
diff options
context:
space:
mode:
authorhobbs <hobbs>2000-08-07 21:29:36 (GMT)
committerhobbs <hobbs>2000-08-07 21:29:36 (GMT)
commit447ba1bd68db8d38d2a447db206f71fd8439bf8e (patch)
treeacdd4d0d5e035cfb95236e939040e0eb01c0cc56 /doc/SetResult.3
parent4772e4fbbcde7aa1bd229575d4f90ff7126a7a4a (diff)
downloadtcl-447ba1bd68db8d38d2a447db206f71fd8439bf8e.zip
tcl-447ba1bd68db8d38d2a447db206f71fd8439bf8e.tar.gz
tcl-447ba1bd68db8d38d2a447db206f71fd8439bf8e.tar.bz2
* doc/AddErrInfo.3:
* doc/ChnlStack.3: * doc/Exit.3: * doc/GetIndex.3: * doc/Notifier.3: * doc/Object.3: * doc/RegExp.3: * doc/SetResult.3: * doc/SplitList.3: * doc/Thread.3: Added missing entries to NAME section. * doc/AddErrInfo.3: * doc/CrtObjCmd.3: * doc/RecEvalObj.3: Changed Tcl_EvalObj to Tcl_EvalObjEx * doc/library.n: Added entries for auto_qualify and auto_import [Bug: 1271]. * doc/library.n: Fixed .SH NAME macro to include each function documented on the page, so that mkLinks will know about the functions listed there, and so that the Windows help file index will get set up correctly [Bug: 1898, 5273]. * doc/expr.n: Added documentation for each of the math library functions that expr supports [Bug: 1054]. * doc/regsub.n: correct regsub docs [Bug: 5346] * doc/scan.n: minor doc fixes [Bug: 5396] * doc/RegExp.3: Replaced instances of "Tcl_GetRegExpInfo" with "Tcl_RegExpGetInfo", the correct name of the function [Bug: 5901]. * doc/package.n: Corrected information about [package forget] arguments [Bug: 5418].
Diffstat (limited to 'doc/SetResult.3')
-rw-r--r--doc/SetResult.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/SetResult.3 b/doc/SetResult.3
index a31c9cd..ba5cbf0 100644
--- a/doc/SetResult.3
+++ b/doc/SetResult.3
@@ -5,13 +5,13 @@
'\" 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.5 2000/04/14 23:01:53 hobbs Exp $
+'\" RCS: @(#) $Id: SetResult.3,v 1.5.2.1 2000/08/07 21:29:38 hobbs Exp $
'\"
.so man.macros
.TH Tcl_SetResult 3 8.0 Tcl "Tcl Library Procedures"
.BS
.SH NAME
-Tcl_SetObjResult, Tcl_GetObjResult, Tcl_SetResult, Tcl_GetStringResult, Tcl_AppendResult, Tcl_AppendResultVA, Tcl_AppendElement, Tcl_ResetResult \- manipulate Tcl result
+Tcl_SetObjResult, Tcl_GetObjResult, Tcl_SetResult, Tcl_GetStringResult, Tcl_AppendResult, Tcl_AppendResultVA, Tcl_AppendElement, Tcl_ResetResult, Tcl_FreeResult \- manipulate Tcl result
.SH SYNOPSIS
.nf
\fB#include <tcl.h>\fR