diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2024-05-02 09:55:40 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2024-05-02 09:55:40 (GMT) |
commit | 1a7d37e1258570b487fd7f2f2371f731769abe17 (patch) | |
tree | 369529912997a967131d864a145019caf8cd4403 | |
parent | 7ed420aad901e511b4fd47dafaf3212188e10d36 (diff) | |
download | tcl-1a7d37e1258570b487fd7f2f2371f731769abe17.zip tcl-1a7d37e1258570b487fd7f2f2371f731769abe17.tar.gz tcl-1a7d37e1258570b487fd7f2f2371f731769abe17.tar.bz2 |
Ticket [cab08bbf04]: document "format %llu" as invalid
-rw-r--r-- | doc/format.n | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/format.n b/doc/format.n index 1c511e8..16f06c9 100644 --- a/doc/format.n +++ b/doc/format.n @@ -154,6 +154,9 @@ Convert integer to signed decimal string. .TP 10 \fBu\fR Convert integer to unsigned 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. .TP 10 \fBi\fR Convert integer to signed decimal string (equivalent to \fBd\fR). |