diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 10:31:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-12-04 10:31:43 (GMT) |
commit | 0cdd87c215b27bd82bd9c250719eb471b8209911 (patch) | |
tree | 173f4f8c36fe9c472d4c66e62f26d8cb119e33b7 /doc/tclsh.1 | |
parent | 25084dcd33f266a26bce646b6388334fe6ef6127 (diff) | |
parent | cd48044e1b95257568e26686e58e9c293a81a82d (diff) | |
download | tcl-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.1 | 2 |
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. |