CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2018/12/13 04:55:14
Modified files:
usr.bin/mandoc : Makefile att.c cgi.c main.c man_html.c
man_term.c mandoc.h mandocdb.c mansearch.c
mdoc_html.c mdoc_term.c out.c preconv.c read.c
roff.c roff.h roff_html.c
Added files:
usr.bin/mandoc : mandoc_parse.h
Log message:
Cleanup, no functional change:
Split the top level parser interface out of the utility header
mandoc.h, into a new header mandoc_parse.h, for use in the main
program and in the main parser only.
Move enum mandoc_os into roff.h because struct roff_man is the
place where it is stored.
This allows removal of mandoc.h from seven files in low-level
parsers and in formatters.