summaryrefslogtreecommitdiffstats
path: root/doc/CrtMathFnc.3
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 14:01:40 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2007-10-27 14:01:40 (GMT)
commit8459ce7f878f92ca25f42843cfeff4e5556ea73f (patch)
treed758070d4399f9b225315c7c74ac247b7198b0ee /doc/CrtMathFnc.3
parent97bf16b277083d4f894ee3f6ab1f8a55c2895a17 (diff)
downloadtcl-8459ce7f878f92ca25f42843cfeff4e5556ea73f.zip
tcl-8459ce7f878f92ca25f42843cfeff4e5556ea73f.tar.gz
tcl-8459ce7f878f92ca25f42843cfeff4e5556ea73f.tar.bz2
* doc/CrtMathFnc.3: fixed Tcl_ListMathFuncs entry [Bug 1672219]
Diffstat (limited to 'doc/CrtMathFnc.3')
-rw-r--r--doc/CrtMathFnc.36
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/CrtMathFnc.3 b/doc/CrtMathFnc.3
index db5a27e..a0a2e5a 100644
--- a/doc/CrtMathFnc.3
+++ b/doc/CrtMathFnc.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: CrtMathFnc.3,v 1.13 2005/05/10 18:33:54 kennykb Exp $
+'\" RCS: @(#) $Id: CrtMathFnc.3,v 1.14 2007/10/27 14:01:41 msofer Exp $
'\"
.so man.macros
.TH Tcl_CreateMathFunc 3 8.4 Tcl "Tcl Library Procedures"
@@ -149,9 +149,7 @@ pointed to by \fIargTypesPointer\fR.
.PP
\fBTcl_ListMathFuncs\fR returns a Tcl object containing a list of all
the math functions defined in the interpreter whose name matches
-\fIpattern\fR. In the case of an error, NULL is returned and an error
-message is left in the interpreter result, and otherwise the returned
-object will have a reference count of zero.
+\fIpattern\fR. The returned object has a reference count of zero.
.SH KEYWORDS
expression, mathematical function