summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/Bd/nested.out_lint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When .Bd, .D1, or .Dl is tagged, attach the permalinkschwarze2020-04-191-2/+2
| | | | to the first few letters, similar to what was earlier done for .Pp.
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.schwarze2020-04-061-2/+2
| | | | | | In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content.
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-041-5/+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-2/+3
|
* churn related to the new style message about RCS idsschwarze2017-06-171-0/+1
|
* churn caused by the new Mdocdate messages, no easy way to avoid this :(schwarze2017-06-111-0/+1
|
* Clean up warnings related to macros and nesting.schwarze2014-07-021-0/+2
* Hierarchical naming of enum mandocerr items. * Improve the wording to make it comprehensible. * Mention the offending macro. * Garbage collect one chunk of ancient, long unreachable code.