CVSROOT: /cvs Module name: src Changes by: schwa...@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.