CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/01/04 07:44:03
Modified files: usr.bin/mandoc : mandocdb.c Log message: Improve handling of .Va and .Vt macros. tedu@ noticed that no Vt= database entries were generated. Serguey Parkhomovsky suggested the deletion of parse_mdoc_body(). tb@ noticed that the fix requires more than just adding TYPE_Vt to the MDOC_Vt mask in the mdoc_handler array.