diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-17 19:44:08 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-10-17 19:44:08 (GMT) |
| commit | 4656afb575cda58ec7b6ce77f0a96b98173ca36d (patch) | |
| tree | 64132c57a75f977fdcf1e428756240aeb609c1eb /doc/FileSystem.3 | |
| parent | 79d18dcb7e14f36bfa13202b744c6e759a00f7d2 (diff) | |
| download | tcl-4656afb575cda58ec7b6ce77f0a96b98173ca36d.zip tcl-4656afb575cda58ec7b6ce77f0a96b98173ca36d.tar.gz tcl-4656afb575cda58ec7b6ce77f0a96b98173ca36d.tar.bz2 | |
More octal -> hex usage
Diffstat (limited to 'doc/FileSystem.3')
| -rw-r--r-- | doc/FileSystem.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/doc/FileSystem.3 b/doc/FileSystem.3 index 4951ec5..e7cc4ab 100644 --- a/doc/FileSystem.3 +++ b/doc/FileSystem.3 @@ -425,14 +425,12 @@ reading the file contents. 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 . \fBTcl_FSEvalFile\fR is a simpler version of |
