summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-27 12:55:20 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-27 12:55:20 (GMT)
commit0144762de1aef84187efa1b4f81e164dcd715eb3 (patch)
tree8c6b8b510ef1dee630377852f339bc2e9eaf056e /doc
parentd936bf460871729ab8f1b2972bb85a1c679fe9d9 (diff)
parent2fb0507a00743b52c4e5d679639bfb6cbc8b69b6 (diff)
downloadtcl-0144762de1aef84187efa1b4f81e164dcd715eb3.zip
tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.tar.gz
tcl-0144762de1aef84187efa1b4f81e164dcd715eb3.tar.bz2
merge trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/scan.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scan.n b/doc/scan.n
index 3cb0320..8689621 100644
--- a/doc/scan.n
+++ b/doc/scan.n
@@ -99,7 +99,7 @@ The input substring must be an octal integer. It is read in and the
integer value is stored in the variable,
truncated as required by the size modifier value.
.TP
-\fBx\fR
+\fBx\fR or \fBX\fR
.
The input substring must be a hexadecimal integer.
It is read in and the integer value is stored in the variable,
@@ -140,7 +140,7 @@ substring may be a white-space character.
The input substring consists of all the characters up to the next
white-space character; the characters are copied to the variable.
.TP
-\fBe\fR or \fBf\fR or \fBg\fR
+\fBe\fR or \fBf\fR or \fBg\fR or \fBE\fR or \fBG\fR
.
The input substring must be a floating-point number consisting
of an optional sign, a string of decimal digits possibly