From 2f75b144c540738edadada69b547dae2c3a50228 Mon Sep 17 00:00:00 2001 From: chris Date: Fri, 21 Jul 2000 20:04:58 +0000 Subject: Properly document %.0f behavior. --- usr.bin/printf/printf.1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/printf') 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 -- cgit v1.1