Document that the length modifier l is ignored for floating point

conversion specifiers (a, A, e, E, f, F, g and G).
This commit is contained in:
stefanf 2004-10-16 16:00:01 +00:00
parent 3cb7a30757
commit 9046c35b6c

View File

@ -36,7 +36,7 @@
.\" @(#)printf.3 8.1 (Berkeley) 6/4/93
.\" $FreeBSD$
.\"
.Dd January 18, 2004
.Dd October 16, 2004
.Dt PRINTF 3
.Os
.Sh NAME
@ -365,6 +365,8 @@ or
conversion:
.Bl -column ".Sy Modifier" ".Cm a , A , e , E , f , F , g , G"
.It Sy Modifier Ta Cm a , A , e , E , f , F , g , G
.It Cm l No (ell) Ta Vt double
(ignored, same behavior as without it)
.It Cm L Ta Vt "long double"
.El
.Pp