summaryrefslogtreecommitdiffstats
path: root/doc/CrtMathFnc.3
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2003-03-26 16:32:20 (GMT)
committerdgp <dgp@noemail.net>2003-03-26 16:32:20 (GMT)
commit0e28c8041b4466d5e66d455b112e42e006d53064 (patch)
treebf914977f531215f20ab5fbeac050088d843fc22 /doc/CrtMathFnc.3
parent219e0b7cd16543dff3f26eba1c8ff831e63f1422 (diff)
downloadtcl-0e28c8041b4466d5e66d455b112e42e006d53064.zip
tcl-0e28c8041b4466d5e66d455b112e42e006d53064.tar.gz
tcl-0e28c8041b4466d5e66d455b112e42e006d53064.tar.bz2
typo corrections in ARGUMENTS
FossilOrigin-Name: a3b170d285e310384fb9052cfb106b400c493f0b
Diffstat (limited to 'doc/CrtMathFnc.3')
-rw-r--r--doc/CrtMathFnc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/CrtMathFnc.3 b/doc/CrtMathFnc.3
index 69aca3d..77bd681 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.5 2001/05/30 08:57:05 dkf Exp $
+'\" RCS: @(#) $Id: CrtMathFnc.3,v 1.5.14.1 2003/03/26 16:32:20 dgp Exp $
'\"
.so man.macros
.TH Tcl_CreateMathFunc 3 8.4 Tcl "Tcl Library Procedures"
@@ -46,11 +46,11 @@ Arbitrary one-word value to pass to \fIproc\fR when it is invoked.
.AP int *numArgsPtr out
Points to a variable that will be set to contain the number of
arguments to the function.
-.AP Tcl_ValueType *argTypesPtr out
+.AP Tcl_ValueType **argTypesPtr out
Points to a variable that will be set to contain a pointer to an array
giving the permissible types for each argument to the function which
will need to be freed up using \fITcl_Free\fR.
-.AP Tcl_MathProc *procPtr out
+.AP Tcl_MathProc **procPtr out
Points to a variable that will be set to contain a pointer to the
implementation code for the function (or NULL if the function is
implemented directly in bytecode.)