summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-01 09:43:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-01 09:43:27 (GMT)
commita674e49222409d40a429954a468f7c40af201ff3 (patch)
treeafa171011f3f10fdd3224e8417931fb3362e3756 /doc
parent89c1b5ea09841a94eb6f2ad629fcb979aaf472a7 (diff)
parent28ad5a88c9d11e3f16a86474b0e82dd7d6bc9d37 (diff)
downloadtcl-a674e49222409d40a429954a468f7c40af201ff3.zip
tcl-a674e49222409d40a429954a468f7c40af201ff3.tar.gz
tcl-a674e49222409d40a429954a468f7c40af201ff3.tar.bz2
Merge 8.7
Diffstat (limited to 'doc')
-rw-r--r--doc/StringObj.34
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/StringObj.3 b/doc/StringObj.3
index 1368347..6f7d359 100644
--- a/doc/StringObj.3
+++ b/doc/StringObj.3
@@ -308,8 +308,8 @@ core formatting engine used by \fBTcl_Format\fR. This means the set of
supported conversion specifiers is that of the \fBformat\fR command but
the behavior is as similar as possible to \fBsprintf\fR. The "hh" and
(Microsoft-specific) "w" format specifiers are not supported. The "L"
-format specifier means that an "mp_int *" argument is expected (in combination
-with "d"/"i"/"u"/"o"/"x"/"X", it cannot be used for long doubles). When a
+format specifier means that an "mp_int *" argument is expected (or a
+"long double" in combination with \fB[aAeEgGaA]\fR). When a
conversion specifier passed to \fBTcl_ObjPrintf\fR includes a precision,
the value is taken as a number of bytes, as \fBsprintf\fR does, and not
as a number of characters, as \fBformat\fR does. This is done on the