CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/05/08 11:52:24
Modified files: usr.bin/mandoc : html.c mandoc.css mdoc_html.c Log message: Switch the emitted HTML element from <b> to <code> for the fixed syntax element macros .Nm, .Fl, .Cm, .Ic, .In, .Fd, .Fn, and .Cd. Adjust both the internal and external style sheets such that rendering remains unchanged in typical browsers. Based on feedback from John Gardner <gardnerjohng at gmail dot com>.