CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/02/12 14:14:24
Modified files:
usr.bin/mandoc : man_html.c
Log message:
In roff, a space character at the beginning of an input line requires
starting a new output line, and merely starting a new line of HTML
code isn't sufficient to achieve that. Solve this in the same way
as mdoc_html.c already does it, by printing a <br/> element.
Fixing a bug reported by Jason A. Donenfeld <Jason at zx2c4 dot com>
in the wg-quick(8) manual page on manpages.debian.org.