CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/05/05 09:16:26
Modified files:
usr.bin/mandoc : man.c man_html.c man_macro.c man_term.c
man_validate.c mandocdb.c mdoc.c mdoc_argv.c
mdoc_html.c mdoc_macro.c mdoc_man.c
mdoc_markdown.c mdoc_state.c mdoc_term.c
mdoc_validate.c roff.c roff.h roff_html.c
roff_term.c roff_validate.c
regress/usr.bin/mandoc/man/blank: line.out_lint
regress/usr.bin/mandoc/mdoc/Pp: arg.out_lint
regress/usr.bin/mandoc/roff/cond: close.out_lint
Log message:
Move .sp to the roff modules. Enough infrastructure is in place
now that this actually saves code: -70 LOC.