aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Rs/three_authors.in
Commit message (Collapse)AuthorAgeFilesLines
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+13
| | | | | Both kristaps@ and wiz@ repeated asked for this, literally for years.
* Move the regression suite to the attic.Ingo Schwarze2014-03-031-17/+0
| | | | | | | It has not been used or maintained for several years, and we won't start using it now. Devlopment regression testing is done in OpenBSD, and there is no value in maintaining two regression suites in parallel.
* Properly handle -mdoc %A in all outputs. This has two-author entiresKristaps Dzonsons2010-09-041-0/+17
separated by only "and" while two or more are with ", and" for the last author. Also remove relevant TODO and add regression tests.