diff options
author | dgp <dgp@users.sourceforge.net> | 2006-04-26 04:41:08 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2006-04-26 04:41:08 (GMT) |
commit | f6d77956fdaaa7ca44ba08221d72bbec06bc7709 (patch) | |
tree | 9795486d00c14f4474da8e205fbafad357a55a7c /doc/scan.n | |
parent | b86eb4a0d9739e188fb6dbd9a2ab0823c835fad4 (diff) | |
download | tcl-f6d77956fdaaa7ca44ba08221d72bbec06bc7709.zip tcl-f6d77956fdaaa7ca44ba08221d72bbec06bc7709.tar.gz tcl-f6d77956fdaaa7ca44ba08221d72bbec06bc7709.tar.bz2 |
* doc/DoubleObj.3: More doc updates for TIP 237.
* doc/expr.n:
* doc/format.n:
* doc/mathfunc.n:
* doc/scan.n:
* doc/string.n:
Diffstat (limited to 'doc/scan.n')
-rw-r--r-- | doc/scan.n | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: scan.n,v 1.16 2006/04/25 17:15:25 dgp Exp $ +'\" RCS: @(#) $Id: scan.n,v 1.17 2006/04/26 04:41:10 dgp Exp $ '\" .so man.macros .TH scan n 8.4 Tcl "Tcl Built-In Commands" @@ -113,8 +113,8 @@ so the size modifer \fBll\fR is not permitted in combination with conversion character \fBu\fR. .TP 10 \fBi\fR -The input substring must be an integer. The base (i.e. decimal, octal, or -hexadecimal) is determined in the same fashion as described in +The input substring must be an integer. The base (i.e. decimal, binary, +octal, or hexadecimal) is determined in the same fashion as described in \fBexpr\fR. The integer value is stored in the variable, truncated as required by the size modifier value. .TP 10 |