summaryrefslogtreecommitdiffstats
path: root/doc/scan.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2013-10-22 18:58:49 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2013-10-22 18:58:49 (GMT)
commit3840fcc4dd1c28595fc927287edcd057b0643420 (patch)
tree3fb5ddac3f3c1cb95aa48679ac4d28da1b1d1652 /doc/scan.n
parent545698c7c06b1e3d1956d77508ecaf251163fb22 (diff)
parent1c8937d85be2f327d881c29e203c46df34b9da08 (diff)
downloadtcl-3840fcc4dd1c28595fc927287edcd057b0643420.zip
tcl-3840fcc4dd1c28595fc927287edcd057b0643420.tar.gz
tcl-3840fcc4dd1c28595fc927287edcd057b0643420.tar.bz2
[3556215]: Made [scan] match [format] better in what it accepts as a format
string, by allowing uppercase %X, %E and %G.
Diffstat (limited to 'doc/scan.n')
-rw-r--r--doc/scan.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/scan.n b/doc/scan.n
index cc5ed79..738a470 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