diff options
| author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-10-16 16:00:01 +0000 |
|---|---|---|
| committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-10-16 16:00:01 +0000 |
| commit | df103a1515ea3ba39a25e02100a79f0636c56c34 (patch) | |
| tree | ffd2ea7aec61683ac5a66176260d0229c1b55c2f /lib/libc | |
| parent | 9a0cabd9e4baeea5e32666e02af09612d5b38211 (diff) | |
Notes
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 4196cccf893a4..1d300c6e3c2f1 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 |
