From: Jakub Wilk Date: Mon, 24 Oct 2022 11:48:08 +0000 (+0200) Subject: manual: Add missing % in int conversion list X-Git-Tag: glibc-2.37~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a35c960dbb1d7c7cf25905514f5f9d5e99cf6160;p=thirdparty%2Fglibc.git manual: Add missing % in int conversion list Signed-off-by: Jakub Wilk --- diff --git a/manual/stdio.texi b/manual/stdio.texi index 753c50920d8..4aa1a2bc2d6 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