summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>1999-08-19 02:58:33 (GMT)
committerhobbs <hobbs@noemail.net>1999-08-19 02:58:33 (GMT)
commit249b08ae11be7e6bd83c1c340db4e3737c829f3c (patch)
tree49bf18aa83c6c1205456d77a135d092f673458c0 /doc/Eval.3
parent46bc0ada1fcffd105cdfa915c036f4f1cea06337 (diff)
downloadtcl-249b08ae11be7e6bd83c1c340db4e3737c829f3c.zip
tcl-249b08ae11be7e6bd83c1c340db4e3737c829f3c.tar.gz
tcl-249b08ae11be7e6bd83c1c340db4e3737c829f3c.tar.bz2
1999-08-18 Jeff Hobbs <hobbs@scriptics.com>
* doc/Eval.3: fixed doc on input args [Bug: 2114] * doc/OpenFileChnl.3: * doc/file.n: * tests/cmdAH.test: * tclIO.c: * tclCmdAH.c: added "file channels ?pattern?" tcl command, with associated Tcl_GetChannelNames and Tcl_GetChannelNamesEx public C APIs (added to tcl.decls as well), with docs and tests. FossilOrigin-Name: 7751b2712ef34b0a1d258adb2e80b247aa52be24
Diffstat (limited to 'doc/Eval.3')
-rw-r--r--doc/Eval.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Eval.3 b/doc/Eval.3
index bc0effc..de4540e 100644
--- a/doc/Eval.3
+++ b/doc/Eval.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: Eval.3,v 1.4 1999/04/16 00:46:31 stanton Exp $
+'\" RCS: @(#) $Id: Eval.3,v 1.5 1999/08/19 02:58:34 hobbs Exp $
'\"
.so man.macros
.TH Tcl_Eval 3 8.1 Tcl "Tcl Library Procedures"
@@ -55,7 +55,7 @@ ORed combination of flag bits that specify additional options.
\fBTCL_EVAL_GLOBAL\fR and \fBTCL_EVAL_DIRECT\fR are currently supported.
.AP char *fileName in
Name of a file containing a Tcl script.
-.AP int *objc in
+.AP int objc in
The number of objects in the array pointed to by \fIobjPtr\fR;
this is also the number of words in the command.
.AP Tcl_Obj **objv in