Properly document %.0f behavior.
This commit is contained in:
parent
f063845519
commit
c4619be2d5
@ -212,7 +212,8 @@ is printed in the style `[\-]ddd.ddd' where the number of d's
|
||||
after the decimal point is equal to the precision specification for
|
||||
the argument.
|
||||
If the precision is missing, 6 digits are given; if the precision
|
||||
is explicitly 0, no digits and no decimal point are printed.
|
||||
is explicitly 0, everything after and including the decimal point
|
||||
is not printed.
|
||||
.It Cm eE
|
||||
The
|
||||
.Ar argument
|
||||
|
Loading…
x
Reference in New Issue
Block a user