public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] manual: Add missing % in int conversion list
@ 2022-10-25  7:15 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2022-10-25  7:15 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=a35c960dbb1d7c7cf25905514f5f9d5e99cf6160

commit a35c960dbb1d7c7cf25905514f5f9d5e99cf6160
Author: Jakub Wilk <jwilk@jwilk.net>
Date:   Mon Oct 24 13:48:08 2022 +0200

    manual: Add missing % in int conversion list
    
    Signed-off-by: Jakub Wilk <jwilk@jwilk.net>

Diff:
---
 manual/stdio.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-25  7:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25  7:15 [glibc] manual: Add missing % in int conversion list Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).