aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Sh
Commit message (Collapse)AuthorAgeFilesLines
* Do not test .Xr here. It is not what this directory should focus on,Ingo Schwarze2017-07-286-30/+22
| | | | and it is causing too much trouble in -portable.
* Avoid cross reference to mandoc(1) because it may cause a messageIngo Schwarze2017-07-206-14/+14
| | | | | on other operating systems where mandoc is not installed, causing the test to fail in the portable test suite.
* Messages of the -Wbase level now print STYLE:. Since thisIngo Schwarze2017-07-0448-111/+87
| | | | | | | | 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-2512-24/+36
|
* style message about missing RCS ids; inspired by mdoclintIngo Schwarze2017-06-1712-0/+12
|
* Style message about legacy man(7) date format in mdoc(7) documentsIngo Schwarze2017-06-1112-0/+12
| | | | | and operating system dependent messages about missing or unexpected Mdocdate; inspired by mdoclint(1).
* Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze2017-04-2810-4/+114
| | | | and warn about it; mdoclint(1) does so, and it makes sense.
* Really commit some files that failed to get committed in this commit:Ingo Schwarze2017-03-091-2/+0
| | | | | | | Now that markdown output is tested for almost everything, test all input files in -T markdown output mode by default and only mark those files with SKIP_MARKDOWN that are not to be tested. Much easier to read, and almost minus 40 lines of Makefile code.
* first batch of -T markdown testsIngo Schwarze2017-03-0511-0/+141
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-0830-0/+224
Both kristaps@ and wiz@ repeated asked for this, literally for years.