]> git.ipfire.org Git - thirdparty/man-pages.git/commit
printf.3: Add detail on the first digit with the %e format
authorVincent Lefevre <vincent@vinc17.net>
Tue, 20 Aug 2019 13:35:04 +0000 (15:35 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 13 Sep 2019 12:57:53 +0000 (14:57 +0200)
commit986d5d00481d4e2618c41f22f3f6f087b5fa0540
tree34ebc1844b9ef985559147f565b8b43fb63ab0bf
parent5a7f305a183abee866f4e15afa0c9c2bb87f8b8c
printf.3: Add detail on the first digit with the %e format

This requirement on the first digit with the %e format comes from
the ISO C standard. It ensures that all the digits in the output are
significant and forbids output with a precision less than requested.

Signed-off-by: Vincent Lefevre <vincent@vinc17.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/printf.3