CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/31 03:35:51
Modified files:
usr.bin/mandoc : mdoc_html.c
Log message:
Cleanup, no functional change:
Stop trying to keep fill mode state locally in the mdoc HTML formatter,
rely on the state stored in the nodes instead.
Note that the .Bd -literal code is buggy. Nested literal displays
result in nested <pre> elements, which violates HTML syntax.
But i'm not yet fixing bugs in this commit, i'm merely deleting
code which has no effect.