summaryrefslogtreecommitdiffstats
path: root/regress/man/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Implement the man(7) .MR macro, a 2023 GNU extension.Ingo Schwarze2023-10-241-2/+2
| | | | | | | | | | | The syntax and semantics is almost identical to mdoc(7) .Xr. This will be needed for reading the groff manual pages once our port will be updated to 1.23, and the Linux Manual Pages Project is also determined to start using it sooner or later. I did not advocate for this new macro, but since we want to remain able to read all manual pages found in the wild, there is little choice but to support it. At least it is easy to do, they basically copied .Xr.
* The .AT, .DT, and .UC macros are allowed inside next-line scopeIngo Schwarze2022-04-271-2/+2
| | | | | | and never produce output at the place of their invocation. Minibugs found while investigating unrelated afl(1) reports from tb@.
* In groff, when the .SY block macro occurs in no-fill mode,Ingo Schwarze2019-01-051-2/+2
| | | | the output line gets broken after the head. Do the same.
* test new MT macroIngo Schwarze2017-06-251-1/+1
|
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+6
Both kristaps@ and wiz@ repeated asked for this, literally for years.