summaryrefslogtreecommitdiffstats
path: root/doc/tclsh.1
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 10:31:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-04 10:31:43 (GMT)
commit0cdd87c215b27bd82bd9c250719eb471b8209911 (patch)
tree173f4f8c36fe9c472d4c66e62f26d8cb119e33b7 /doc/tclsh.1
parent25084dcd33f266a26bce646b6388334fe6ef6127 (diff)
parentcd48044e1b95257568e26686e58e9c293a81a82d (diff)
downloadtcl-0cdd87c215b27bd82bd9c250719eb471b8209911.zip
tcl-0cdd87c215b27bd82bd9c250719eb471b8209911.tar.gz
tcl-0cdd87c215b27bd82bd9c250719eb471b8209911.tar.bz2
Merge 8.5 (syncing "tcltest" package). Use more uppercase hex representations
Diffstat (limited to 'doc/tclsh.1')
-rw-r--r--doc/tclsh.12
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tclsh.1 b/doc/tclsh.1
index 0e59b4f..fa0ecc2 100644
--- a/doc/tclsh.1
+++ b/doc/tclsh.1
@@ -44,7 +44,7 @@ If this character is present in the file, the \fBtclsh\fR application
will read text up to but not including the character. An application
that requires this character in the file may safely encode it as
.QW \e032 ,
-.QW \ex1a ,
+.QW \ex1A ,
or
.QW \eu001a ;
or may generate it by use of commands such as \fBformat\fR or \fBbinary\fR.