summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-04-11 12:45:01 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-04-11 12:45:01 (GMT)
commit019016e71add4ee339a1f537dfcb848a466e5306 (patch)
tree48c49ac9f3d66394ba89a7cd2f5eb1a112c56a2f /doc
parenta8ffcb0b4c09cbaa9f1b15e01d191b42bc761cd3 (diff)
parent4647cfb6658cf00403d6f99e0c438661994137e1 (diff)
downloadtcl-019016e71add4ee339a1f537dfcb848a466e5306.zip
tcl-019016e71add4ee339a1f537dfcb848a466e5306.tar.gz
tcl-019016e71add4ee339a1f537dfcb848a466e5306.tar.bz2
merge 8.7
Diffstat (limited to 'doc')
-rw-r--r--doc/string.n8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/string.n b/doc/string.n
index 00ce85c..7e666ea 100644
--- a/doc/string.n
+++ b/doc/string.n
@@ -115,9 +115,7 @@ Any Unicode control character.
Any Unicode digit character. Note that this includes characters
outside of the [0\-9] range.
.IP \fBdouble\fR 12
-Any of the valid forms for a double 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 forms allowed to \fBTcl_GetDoubleFromObj\fR.
.IP \fBentier\fR 12
.VS 8.6
Any of the valid string formats for an integer value of arbitrary size
@@ -131,7 +129,7 @@ false.
Any Unicode printing character, except space.
.IP \fBinteger\fR 12
Any of the valid string formats for a 32-bit integer value in Tcl,
-with optional surrounding whitespace. In case of under/overflow in
+with optional surrounding whitespace. In case of overflow in
the value, 0 is returned and the \fIvarname\fR will contain \-1.
.IP \fBlist\fR 12
Any proper list structure, with optional surrounding whitespace. In
@@ -156,7 +154,7 @@ true.
Any upper case alphabet character in the Unicode character set.
.IP \fBwideinteger\fR 12
Any of the valid forms for a wide integer in Tcl, with optional
-surrounding whitespace. In case of under/overflow in the value, 0 is
+surrounding whitespace. In case of overflow in the value, 0 is
returned and the \fIvarname\fR will contain \-1.
.IP \fBwordchar\fR 12
Any Unicode word character. That is any alphanumeric character, and