Do not issue the message "no blank before trailing delimiter" for .No.
authorschwarze <schwarze@openbsd.org>
Sun, 11 Jun 2017 14:10:24 +0000 (14:10 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 11 Jun 2017 14:10:24 +0000 (14:10 +0000)
commitabcca917dfacf8874e0a43e561cba05217c3be9c
tree2320c04473e4203da3976afd98552a8b7918e1f1
parent8d311da81373d6da66ea9d44bf8116da6fa7ed06
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@.
regress/usr.bin/mandoc/mdoc/No/punct.out_lint
usr.bin/mandoc/mdoc_validate.c