Clarity with respect to floating point handling:
authorschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 16:00:23 +0000 (16:00 +0000)
committerschwarze <schwarze@openbsd.org>
Fri, 8 Aug 2014 16:00:23 +0000 (16:00 +0000)
commit53ab8734a5619407a3c3ee69c102dad00d7359df
tree03cadcce943b3f12d194de04514de5749d47c68e
parent281539130537839fe8b890218535457d4bc42d94
Clarity with respect to floating point handling:
Write double constants as double rather than integer literals.
Remove useless explicit (double) cast done at one place and nowhere else.
No functional change.
usr.bin/mandoc/man_html.c
usr.bin/mandoc/mdoc_html.c
usr.bin/mandoc/out.c
usr.bin/mandoc/term.c
usr.bin/mandoc/term_ascii.c
usr.bin/mandoc/term_ps.c