diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-09 12:49:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-09 12:49:41 (GMT) |
commit | 4f3c0fa94fcc4ce830c4765499a42261934c48e7 (patch) | |
tree | 57c7b12ae94e928d50c4020a961b23e9ac0cfed2 /doc/ParseCmd.3 | |
parent | 36d1b8447caf0aba9a4adf65b13029f35f89c0d9 (diff) | |
download | tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.zip tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.tar.gz tcl-4f3c0fa94fcc4ce830c4765499a42261934c48e7.tar.bz2 |
Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.
Diffstat (limited to 'doc/ParseCmd.3')
-rw-r--r-- | doc/ParseCmd.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ParseCmd.3 b/doc/ParseCmd.3 index ff1be23..e1a8790 100644 --- a/doc/ParseCmd.3 +++ b/doc/ParseCmd.3 @@ -300,7 +300,7 @@ The token describes a range of literal text that is part of a word. The \fInumComponents\fR field is always 0. .TP \fBTCL_TOKEN_BS\fR -The token describes a backslash sequence such as \fB\en\fR or \fB\e0xa3\fR. +The token describes a backslash sequence such as \fB\en\fR or \fB\e0xA3\fR. The \fInumComponents\fR field is always 0. .TP \fBTCL_TOKEN_COMMAND\fR |