summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-24 10:00:34 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-01-24 10:00:34 (GMT)
commit92aca935b38217e0b34c9fcc83d732eec5f1dd92 (patch)
tree3cd6590ff62c14df0627fec4472612d1a0331189 /doc
parent0abda82b1ef6d5a059df46d1706ae64157523fe7 (diff)
parente403ff8f45f2d5327b449d9131d2a06896fe34f3 (diff)
downloadtcl-92aca935b38217e0b34c9fcc83d732eec5f1dd92.zip
tcl-92aca935b38217e0b34c9fcc83d732eec5f1dd92.tar.gz
tcl-92aca935b38217e0b34c9fcc83d732eec5f1dd92.tar.bz2
merge core-8-6-branch
Diffstat (limited to 'doc')
-rw-r--r--doc/format.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/format.n b/doc/format.n
index 4eb566d..6f5f7bd 100644
--- a/doc/format.n
+++ b/doc/format.n
@@ -83,7 +83,7 @@ Specifies that the number should be padded on the left with
zeroes instead of spaces.
.TP 10
\fB#\fR
-Requests an alternate output form. For \fBo\fR and \fBO\fR
+Requests an alternate output form. For \fBo\fR
conversions it guarantees that the first digit is always \fB0\fR.
For \fBx\fR or \fBX\fR conversions, \fB0x\fR or \fB0X\fR (respectively)
will be added to the beginning of the result unless it is zero.
@@ -171,7 +171,7 @@ for \fBx\fR and
for \fBX\fR).
.TP 10
\fBb\fR
-Convert integer to binary string, using digits 0 and 1.
+Convert integer to unsigned binary string, using digits 0 and 1.
.TP 10
\fBc\fR
Convert integer to the Unicode character it represents.