diff options
author | dkf <dkf@noemail.net> | 2005-04-06 20:55:16 (GMT) |
---|---|---|
committer | dkf <dkf@noemail.net> | 2005-04-06 20:55:16 (GMT) |
commit | 1d3bb17aba3a0769dd828a357e972eb33a63c346 (patch) | |
tree | 5d41883299c2e8bedcd2b437b39c4cbfab40c071 /doc/Eval.3 | |
parent | fc7ffe8d5b16feef959e9e04ce5f5369ac766780 (diff) | |
download | tcl-1d3bb17aba3a0769dd828a357e972eb33a63c346.zip tcl-1d3bb17aba3a0769dd828a357e972eb33a63c346.tar.gz tcl-1d3bb17aba3a0769dd828a357e972eb33a63c346.tar.bz2 |
Purge old and inaccurate .VS/.VE macros.
FossilOrigin-Name: b5dbb85db54f15de4f1ce227e598d37c74968fe6
Diffstat (limited to 'doc/Eval.3')
-rw-r--r-- | doc/Eval.3 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -6,7 +6,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.18 2004/10/07 15:15:37 dkf Exp $ +'\" RCS: @(#) $Id: Eval.3,v 1.19 2005/04/06 20:55:21 dkf Exp $ '\" .so man.macros .TH Tcl_Eval 3 8.1 Tcl "Tcl Library Procedures" @@ -100,12 +100,10 @@ its contents as a Tcl script. It returns the same information as \fBTcl_EvalObjEx\fR. If the file couldn't be read then a Tcl error is returned to describe why the file couldn't be read. -.VS 8.4 The eofchar for files is '\\32' (^Z) for all platforms. If you require a ``^Z'' in code for string comparison, you can use ``\\032'' or ``\\u001a'', which will be safely substituted by the Tcl interpreter into ``^Z''. -.VE 8.4 .PP \fBTcl_EvalObjv\fR executes a single pre-parsed command instead of a script. The \fIobjc\fR and \fIobjv\fR arguments contain the values |