diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-08-08 11:00:01 +0000 | 
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-08-08 11:00:01 +0000 | 
| commit | 749a33625da95c03912406833eedf57b6a269a1d (patch) | |
| tree | abcdc32ad5f2a534ff5e3ba4d2c3b18d340df8d2 /lib/libc | |
| parent | 9f20674d4cbdd4c630d504fb4ddfb5a9a7c4d72f (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index d34d0000292b..215d97e60fcc 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -34,7 +34,7 @@  .\" SUCH DAMAGE.  .\"  .\"     @(#)printf.3	8.1 (Berkeley) 6/4/93 -.\"     $Id: printf.3,v 1.11 1999/07/12 20:47:33 nik Exp $ +.\"     $Id: printf.3,v 1.12 1999/07/25 17:38:59 hoek Exp $  .\"  .Dd June 4, 1993  .Dt PRINTF 3 @@ -490,7 +490,7 @@ is equal to the precision specification.  If the precision is missing, it is taken as 6; if the precision is  explicitly zero, no decimal-point character appears.  If a decimal point appears, at least one digit appears before it. -.It Cm g +.It Cm gG  The  .Em double  argument is converted in style  | 
