CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2020/04/08 05:54:14
Modified files: usr.bin/mandoc : html.c mdoc_validate.c roff.c roff.h tag.c term_tag.c tree.c Log message: Use a separate node->tag attribute rather than abusing the node->string attribute for the purpose. No functional change intended. The purpose is to make it possible to later attach tags to text nodes.