CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/01/10 14:54:34
Modified files: usr.bin/mandoc : mandocdb.c mdoc_html.c mdoc_man.c mdoc_term.c mdoc_validate.c roff.c Log message: For the .Ux/.Ox family of macros, do text production at the validation stage rather than in each and every individual formatter, using the new NODE_NOSRC flag. More rigorous and also ten lines less code.