CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/31 00:07:43
Modified files:
usr.bin/mandoc : man.c man_html.c man_macro.c man_term.c
man_validate.c roff.c roff.h roff_html.c
roff_int.h roff_term.c roff_validate.c
Log message:
Move parsing of the .nf and .fi (fill mode) requests from the man(7)
parser to the roff(7) parser. As a side effect, .nf and .fi are
now also parsed in mdoc(7) input, though the mdoc(7) formatters
still ignore most of their effect.
