manual: Add missing % in int conversion list
authorJakub Wilk <jwilk@jwilk.net>
Mon, 24 Oct 2022 11:48:08 +0000 (13:48 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 25 Oct 2022 07:12:30 +0000 (09:12 +0200)
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
manual/stdio.texi

index 753c509..4aa1a2b 100644 (file)
@@ -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