summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-08-08 11:00:01 +0000
committerbde <bde@FreeBSD.org>1999-08-08 11:00:01 +0000
commit9380c54dbe1f452247d605722243deb017a1bc98 (patch)
tree0b275b8b0896d65e4e42f4f03ff00c394bebf702 /lib
parentcbf9083c779a0e3361079193c89eca2eb5240e70 (diff)
downloadFreeBSD-src-9380c54dbe1f452247d605722243deb017a1bc98.zip
FreeBSD-src-9380c54dbe1f452247d605722243deb017a1bc98.tar.gz
Fixed missing "G" in the list item for the main description of %g and
%G formats.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/printf.34
1 files 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
OpenPOWER on IntegriCloud