diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-18 18:42:54 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-02-18 18:42:54 (GMT) |
commit | 475f0a8175985720308c9bab76a562dce37c093d (patch) | |
tree | a3489f593be45dcdc85f47a1807f3b42fa81375b /doc/scan.n | |
parent | 3031f5eb437a0fc9fc149360e11e7b496ed14149 (diff) | |
download | tcl-475f0a8175985720308c9bab76a562dce37c093d.zip tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.gz tcl-475f0a8175985720308c9bab76a562dce37c093d.tar.bz2 |
Apply [Bug 1610310] to fix typos. Thanks to Larry Virden for spotting them.
Diffstat (limited to 'doc/scan.n')
-rw-r--r-- | doc/scan.n | 12 |
1 files changed, 6 insertions, 6 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.18 2006/06/14 14:59:03 dkf Exp $ +'\" RCS: @(#) $Id: scan.n,v 1.19 2007/02/18 18:42:55 dkf Exp $ '\" .so man.macros .TH scan n 8.4 Tcl "Tcl Built-In Commands" @@ -80,10 +80,10 @@ to the absence of a size modifier in the the conversion specifier. Either one indicates the integer range to be stored is limited to the same range produced by the \fBint()\fR function of the \fBexpr\fR command. The \fBL\fR size modifier is equivalent to the \fBl\fR size -modifer. Either one indicates the integer range to be stored is +modifier. Either one indicates the integer range to be stored is limited to the same range produced by the \fBwide()\fR function of the \fBexpr\fR command. The \fBll\fR size modifier indicates that -the integer range ro be stored is unlimited. +the integer range to be stored is unlimited. .VE 8.5 .PP The following conversion characters are supported: @@ -108,8 +108,8 @@ The input substring must be a decimal integer. The integer value is truncated as required by the size modifier value, and the corresponding unsigned value for that truncated range is computed and stored in the variable as a decimal string. -The conversion makes no sense without refernce to a truncation range, -so the size modifer \fBll\fR is not permitted in combination +The conversion makes no sense without reference to a truncation range, +so the size modifier \fBll\fR is not permitted in combination with conversion character \fBu\fR. .TP 10 \fBi\fR @@ -159,7 +159,7 @@ contains a sequence of the form \fIa\fB\-\fIb\fR then any character between \fIa\fR and \fIb\fR (inclusive) will be excluded from the set. If the first or last character between the brackets is a \fB\-\fR, then -it is treated as part of \fIchars\fR rather than indicating a ranvaluege. +it is treated as part of \fIchars\fR rather than indicating a range value. .TP 10 \fBn\fR No input is consumed from the input string. Instead, the total number |