mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Fixed missing "G" in the list item for the main description of %g and
%G formats.
This commit is contained in:
parent
9f20674d4c
commit
749a33625d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=49518
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user