summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/man/TP/broken.out_lint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Element next-line scopes can nest. Consequently, even when closingschwarze2020-09-091-0/+3
| | | | | | | | one element next-line scope, the MAN_ELINE flag must not yet be cleared if the parent macro is another element macro having next-line scope, or an assertion failure is caused if all this is wrapped in another macro that has block next-line scope, for example .TP. Bug found in an afl run performed by Jan Schreiber <jes at posteo dot de>.
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-041-3/+2
| | | | | | | | causes horrible churn anyway, profit of the opportunity to stop excessive testing, such that this is hopefully the last instance of such churn. Consistently use OpenBSD RCS tags, blank .Os, blank fourth .TH argument, and Mdocdate like everywhere else. Use -Ios=OpenBSD for platform-independent predictable output.
* cope with changes in BASE messagesschwarze2017-06-251-1/+1
|
* churn related to the new style message about RCS idsschwarze2017-06-171-0/+1
|
* ignore blank lines in man(7) next line scope;schwarze2017-06-031-0/+1
| | | | strange groff edge case behaviour found in multimedia/mjpegtools
* Explicit block closure macros clobber next-line block head scope,schwarze2014-12-161-0/+1
just like explicit block macros themselves. Fixing an assertion failure jsg@ found with afl.