diff options
author | stefanf <stefanf@FreeBSD.org> | 2004-10-16 16:00:01 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2004-10-16 16:00:01 +0000 |
commit | 9046c35b6cabeb7704eb69d691c072054d5a93bc (patch) | |
tree | ffd2ea7aec61683ac5a66176260d0229c1b55c2f /lib/libc | |
parent | 3cb7a307573d2ecba05b19a4bd89cc597b85e97e (diff) | |
download | FreeBSD-src-9046c35b6cabeb7704eb69d691c072054d5a93bc.zip FreeBSD-src-9046c35b6cabeb7704eb69d691c072054d5a93bc.tar.gz |
Document that the length modifier l is ignored for floating point
conversion specifiers (a, A, e, E, f, F, g and G).
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/printf.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 4196ccc..1d300c6 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -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 |