Signed-off-by: Vincent Lefevre <vincent@xxxxxxxxxx> --- man3/printf.3 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/man3/printf.3 b/man3/printf.3 index 4fa1f11f3..a231d626c 100644 --- a/man3/printf.3 +++ b/man3/printf.3 @@ -503,6 +503,17 @@ argument, or a following conversion corresponds to a pointer to .I wchar_t argument. +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 (C99; not in SUSv2). .TP .B ll (ell-ell). -- 2.36.1