CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/04 20:06:17
Modified files:
usr.bin/mandoc : Makefile man_html.c man_macro.c man_term.c
man_validate.c mdoc_html.c mdoc_man.c
mdoc_markdown.c mdoc_term.c mdoc_validate.c
roff.c roff.h roff_html.c roff_term.c
regress/usr.bin/mandoc/roff/ft: Makefile
Added files:
usr.bin/mandoc : roff_validate.c
regress/usr.bin/mandoc/roff/ft: badargs-mdoc.in
badargs-mdoc.out_ascii
badargs-mdoc.out_lint
Log message:
Move handling of the roff(7) .ft request from the man(7)
modules to the new roff(7) modules. As a side effect,
mdoc(7) now handles .ft, too. Of course, do not use that.