summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authorhobbs <hobbs>1999-08-19 02:58:34 (GMT)
committerhobbs <hobbs>1999-08-19 02:58:34 (GMT)
commit5e5c7d8418d3fbd50e237bc02c7c8d65618f5235 (patch)
tree49bf18aa83c6c1205456d77a135d092f673458c0 /doc/Eval.3
parent7070ed9f344d7a29c2c774b776937744b0da7a3e (diff)
downloadtcl-5e5c7d8418d3fbd50e237bc02c7c8d65618f5235.zip
tcl-5e5c7d8418d3fbd50e237bc02c7c8d65618f5235.tar.gz
tcl-5e5c7d8418d3fbd50e237bc02c7c8d65618f5235.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.
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