summaryrefslogtreecommitdiffstats
path: root/doc/string.n
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-26 04:41:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-26 04:41:08 (GMT)
commitf6d77956fdaaa7ca44ba08221d72bbec06bc7709 (patch)
tree9795486d00c14f4474da8e205fbafad357a55a7c /doc/string.n
parentb86eb4a0d9739e188fb6dbd9a2ab0823c835fad4 (diff)
downloadtcl-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/string.n')
-rw-r--r--doc/string.n8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/string.n b/doc/string.n
index 1a1c187..8620b50 100644
--- a/doc/string.n
+++ b/doc/string.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: string.n,v 1.29 2005/05/23 17:41:00 das Exp $
+'\" RCS: @(#) $Id: string.n,v 1.30 2006/04/26 04:41:10 dgp Exp $
'\"
.so man.macros
.TH string n 8.1 Tcl "Tcl Built-In Commands"
@@ -139,9 +139,9 @@ false.
.IP \fBgraph\fR 12
Any Unicode printing character, except space.
.IP \fBinteger\fR 12
-Any of the valid forms for an ordinary integer in Tcl, with optional
-surrounding whitespace. In case of under/overflow in the value, 0 is
-returned and the \fIvarname\fR will contain \-1.
+Any of the valid string formats for a 32-bit integer value in Tcl,
+with optional surrounding whitespace. In case of under/overflow in
+the value, 0 is returned and the \fIvarname\fR will contain \-1.
.IP \fBlower\fR 12
Any Unicode lower case alphabet character.
.IP \fBprint\fR 12