summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2024-05-02 09:59:55 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2024-05-02 09:59:55 (GMT)
commit26e268f86c90419f4c12f60252592149a883c13a (patch)
tree91fafce8ad38d4c6686d0627b173f9276ee01ca9
parent7e3f2e868dcaabc309388687e582d8a9f1489278 (diff)
parentacb7ee48f6619132ad19d25c23e51d583a896d56 (diff)
downloadtcl-26e268f86c90419f4c12f60252592149a883c13a.zip
tcl-26e268f86c90419f4c12f60252592149a883c13a.tar.gz
tcl-26e268f86c90419f4c12f60252592149a883c13a.tar.bz2
Merge 8.7
-rw-r--r--doc/scan.n3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/scan.n b/doc/scan.n
index 0f9ed06..db6ae46 100644
--- a/doc/scan.n
+++ b/doc/scan.n
@@ -107,9 +107,6 @@ 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 reference to a truncation range,
-so the size modifier \fBll\fR is not permitted in combination
-with conversion character \fBu\fR.
.IP \fBi\fR
The input substring must be an integer. The base (i.e. decimal,
octal, or hexadecimal) is determined by the C convention (leading