CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2010/12/01 15:02:29
Modified files: usr.bin/mandoc : Makefile libmdoc.h main.c mandoc.h mdoc.c mdoc_html.c mdoc_macro.c mdoc_term.c mdoc_validate.c Removed files: usr.bin/mandoc : mdoc_action.c Log message: Merge mdoc_action.c into mdoc_validate.c, because having two places to do basically the same things just causes code duplication and confusion. Work by kristaps@, including a few bugfixes he found during the merge, and reapplying OpenBSD changes on top.