summaryrefslogtreecommitdiffstats
path: root/usr.bin/printf
diff options
context:
space:
mode:
authorchris <chris@FreeBSD.org>2000-07-21 20:04:58 +0000
committerchris <chris@FreeBSD.org>2000-07-21 20:04:58 +0000
commit2f75b144c540738edadada69b547dae2c3a50228 (patch)
treea14076c51f8913a89a587db4f91389f1d7478b62 /usr.bin/printf
parent9332d677a964ae417656b3e03f4496dbf55152de (diff)
downloadFreeBSD-src-2f75b144c540738edadada69b547dae2c3a50228.zip
FreeBSD-src-2f75b144c540738edadada69b547dae2c3a50228.tar.gz
Properly document %.0f behavior.
Diffstat (limited to 'usr.bin/printf')
-rw-r--r--usr.bin/printf/printf.13
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1
index 27440e2..673412d 100644
--- a/usr.bin/printf/printf.1
+++ b/usr.bin/printf/printf.1
@@ -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
OpenPOWER on IntegriCloud