CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2017/06/11 08:10:24
Modified files: usr.bin/mandoc : mdoc_validate.c regress/usr.bin/mandoc/mdoc/No: punct.out_lint Log message: Do not issue the message "no blank before trailing delimiter" for .No. In practice, that message only matters inside .Bf, and even there, it can occasionally be a false positive. In all other cases, it usually is a false positive, so it is better to drop it outright. Suggested by jmc@.