mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
manual: Add missing % in int conversion list
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
This commit is contained in:
parent
2b5478569e
commit
a35c960dbb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user