diff options
author | dgp <dgp@users.sourceforge.net> | 2013-10-23 15:34:01 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-10-23 15:34:01 (GMT) |
commit | 21068ce2b708810c474f5cc2f6c11438114ad1d6 (patch) | |
tree | 12582151b0a1ffc8f34e53f9610072afa876a53b /doc/scan.n | |
parent | 1356c7f642888ace1fe24f64ea003567fc6a8fdd (diff) | |
parent | cb8dc8b181dfb98f074698fc7eade5f9dfdbefff (diff) | |
download | tcl-21068ce2b708810c474f5cc2f6c11438114ad1d6.zip tcl-21068ce2b708810c474f5cc2f6c11438114ad1d6.tar.gz tcl-21068ce2b708810c474f5cc2f6c11438114ad1d6.tar.bz2 |
merge trunk
Diffstat (limited to 'doc/scan.n')
-rw-r--r-- | doc/scan.n | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |