diff options
| author | Chris Costello <chris@FreeBSD.org> | 2000-07-21 20:04:58 +0000 |
|---|---|---|
| committer | Chris Costello <chris@FreeBSD.org> | 2000-07-21 20:04:58 +0000 |
| commit | c4619be2d5754a1c034aa61c51cd355203595bd5 (patch) | |
| tree | 755362fb1306de192c3ea687340fdd215f990ebe /usr.bin/printf | |
| parent | f06384551913b779a93ecdaea68b57907069b151 (diff) | |
Notes
Diffstat (limited to 'usr.bin/printf')
| -rw-r--r-- | usr.bin/printf/printf.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/printf/printf.1 b/usr.bin/printf/printf.1 index 27440e221fc1..673412d96d79 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 |
