From 9380c54dbe1f452247d605722243deb017a1bc98 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 8 Aug 1999 11:00:01 +0000 Subject: Fixed missing "G" in the list item for the main description of %g and %G formats. --- lib/libc/stdio/printf.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index d34d000..215d97e 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 -- cgit v1.1