summaryrefslogtreecommitdiffstats
path: root/doc/Eval.3
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-17 20:18:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-17 20:18:43 (GMT)
commitd9174b0f8d27e0972f47612a3200003ecbd9aa90 (patch)
tree6441fab2a0c15a2720ee25b96a7ad7eedc7bef91 /doc/Eval.3
parente50b4e4c5965bae47fc77840198c415d83302b44 (diff)
parenta76f86e56510b6a36c85f5c22968aed705a26470 (diff)
downloadtcl-d9174b0f8d27e0972f47612a3200003ecbd9aa90.zip
tcl-d9174b0f8d27e0972f47612a3200003ecbd9aa90.tar.gz
tcl-d9174b0f8d27e0972f47612a3200003ecbd9aa90.tar.bz2
Merge 9.0. More strict -eofchar parsing
Diffstat (limited to 'doc/Eval.3')
-rw-r--r--doc/Eval.36
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/Eval.3 b/doc/Eval.3
index 27cdf35..8776b2a 100644
--- a/doc/Eval.3
+++ b/doc/Eval.3
@@ -93,13 +93,11 @@ its contents as a Tcl script. It returns the same information as
If the file could not be read then a Tcl error is returned to describe
why the file could not be read.
The eofchar for files is
-.QW \e32
+.QW \ex1A
(^Z) for all platforms. If you require a
.QW ^Z
in code for string comparison, you can use
-.QW \e032
-or
-.QW \eu001a ,
+.QW \ex1A ,
which will be safely substituted by the Tcl interpreter into
.QW ^Z .
.PP