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:
Stefan Farfeleder 2004-10-16 16:00:01 +00:00
parent 9a0cabd9e4
commit df103a1515
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136592

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