about summary refs log tree commit diff
path: root/manual/stdio.texi
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2022-10-24 13:48:08 +0200
committerFlorian Weimer <fweimer@redhat.com>2022-10-25 09:12:30 +0200
commita35c960dbb1d7c7cf25905514f5f9d5e99cf6160 (patch)
tree82812117a5e6c677e4def4e4c1e6ba5ad469e17a /manual/stdio.texi
parent2b5478569e72ee4820a6e163d306690c9c0eaf5e (diff)
downloadglibc-a35c960dbb1d7c7cf25905514f5f9d5e99cf6160.tar.gz
glibc-a35c960dbb1d7c7cf25905514f5f9d5e99cf6160.tar.xz
glibc-a35c960dbb1d7c7cf25905514f5f9d5e99cf6160.zip
manual: Add missing % in int conversion list
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r--manual/stdio.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 753c50920d..4aa1a2bc2d 100644
--- a/manual/stdio.texi
+++ b/manual/stdio.texi
@@ -1912,7 +1912,7 @@ This section describes the options for the @samp{%d}, @samp{%i},
 specifications.  These conversions print integers in various formats.
 
 The @samp{%d} and @samp{%i} conversion specifications both print an
-@code{int} argument as a signed decimal number; while @samp{b}, @samp{%o},
+@code{int} argument as a signed decimal number; while @samp{%b}, @samp{%o},
 @samp{%u}, and @samp{%x} print the argument as an unsigned binary, octal,
 decimal, or hexadecimal number (respectively).  The @samp{%X} conversion
 specification is just like @samp{%x} except that it uses the characters