summaryrefslogtreecommitdiffstats
path: root/doc/source.n
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-17 19:44:08 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-10-17 19:44:08 (GMT)
commit4656afb575cda58ec7b6ce77f0a96b98173ca36d (patch)
tree64132c57a75f977fdcf1e428756240aeb609c1eb /doc/source.n
parent79d18dcb7e14f36bfa13202b744c6e759a00f7d2 (diff)
downloadtcl-4656afb575cda58ec7b6ce77f0a96b98173ca36d.zip
tcl-4656afb575cda58ec7b6ce77f0a96b98173ca36d.tar.gz
tcl-4656afb575cda58ec7b6ce77f0a96b98173ca36d.tar.bz2
More octal -> hex usage
Diffstat (limited to 'doc/source.n')
-rw-r--r--doc/source.n4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/source.n b/doc/source.n
index 8757cb8..cee1312 100644
--- a/doc/source.n
+++ b/doc/source.n
@@ -37,9 +37,7 @@ allowing for files containing code and data segments (scripted documents).
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