[#]
http://marc.info/?l=openbsd-cvs&m=140751365418742&w=2
openbsd-cvs(obsdave,2) — All
2014-08-08 20:55:15
Module name: src
Changes by: schwarze@cvs.openbsd.org 2014/08/08 10:00:23
Modified files:
usr.bin/mandoc : man_html.c mdoc_html.c out.c term.c
term_ascii.c term_ps.c
Log message:
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.