summaryrefslogtreecommitdiffstats
path: root/regress/man/TH/nobody.out_ascii
Commit message (Collapse)AuthorAgeFilesLines
* Do not die on an assertion if an input file contains no sectionIngo Schwarze2022-04-131-1/+1
| | | | | | | | | whatsoever and ends with a broken next-line scope. Obviously, this cannot happen in a real manual page, but mandoc(1) should not die even when fed absurd input. This bug was independently reported by both jsg@ and tb@ who both found it with afl(1).
* delete the two pairs of extra blank lines from expected man(7) terminalIngo Schwarze2021-06-281-2/+0
| | | | output that are no longer printed since man_term.c rev. 1.236
* Finally port the OpenBSD regression suite.Ingo Schwarze2017-02-081-0/+5
Both kristaps@ and wiz@ repeated asked for this, literally for years.