aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Aq/empty.out_lint
Commit message (Collapse)AuthorAgeFilesLines
* Delete the "no blank before trailing delimiter" check from theIngo Schwarze2018-02-061-1/+0
| | | | | partial explicit macros. Leah Neukirchen <leah at vuxu dot org> rightfully points out that the check makes no sense for these macros.
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-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 messagesIngo Schwarze2017-06-251-2/+3
|
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-171-0/+1
|
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-111-0/+1
| | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1).
* style message about missing blank before trailing delimiter;Ingo Schwarze2017-06-101-0/+2
inspired by mdoclint(1), and jmc@ considers it useful