All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] printf.3: Document 'l' length modifier for a, A, e, E, f, F, g, and G
@ 2022-05-20 14:10 Vincent Lefevre
  2022-05-20 14:44 ` Alejandro Colomar
  0 siblings, 1 reply; 10+ messages in thread
From: Vincent Lefevre @ 2022-05-20 14:10 UTC (permalink / raw)
  To: linux-man, Alejandro Colomar, Michael Kerrisk; +Cc: Vincent Lefevre

Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
---
 man3/printf.3 | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/man3/printf.3 b/man3/printf.3
index 4fa1f11f3..63ea3092f 100644
--- a/man3/printf.3
+++ b/man3/printf.3
@@ -502,7 +502,17 @@ argument, or a following
 .B s
 conversion corresponds to a pointer to
 .I wchar_t
-argument.
+argument. In C99, on a following
+.BR a ,
+.BR A ,
+.BR e ,
+.BR E ,
+.BR f ,
+.BR F ,
+.BR g ,
+or
+.B G
+conversion, this length modifier is ignored.
 .TP
 .B ll
 (ell-ell).
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-05-24 14:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-20 14:10 [PATCH] printf.3: Document 'l' length modifier for a, A, e, E, f, F, g, and G Vincent Lefevre
2022-05-20 14:44 ` Alejandro Colomar
2022-05-20 16:11   ` Vincent Lefevre
2022-05-20 16:18     ` Alejandro Colomar
2022-05-20 17:30       ` Vincent Lefevre
2022-05-21 17:17         ` Alejandro Colomar
2022-05-24  7:07         ` Stefan Puiu
2022-05-24  7:39           ` Vincent Lefevre
2022-05-24 12:23             ` Stefan Puiu
2022-05-24 13:57               ` Vincent Lefevre

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.