summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/mdoc/Pp/arg.out_lint (follow)
Commit message (Collapse)AuthorAgeFilesLines
* When a .Tg is attached to a paragraph, attach the permalinkschwarze2020-04-181-3/+3
| | | | to the first word, or the first few words if they are short.
* Support manual tagging of .Pp, .Bd, .D1, .Dl, .Bl, and .It.schwarze2020-04-061-3/+3
| | | | | | In HTML output, improve the logic for writing inside permalinks: skip them when there is no child content or when there is a risk that the children might contain flow content.
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-041-6/+3
| | | | | | | | 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 messagesschwarze2017-06-251-2/+3
|
* churn related to the new style message about RCS idsschwarze2017-06-171-0/+1
|
* churn caused by the new Mdocdate messages, no easy way to avoid this :(schwarze2017-06-111-0/+1
|
* Move .sp to the roff modules. Enough infrastructure is in placeschwarze2017-05-051-1/+1
| | | | now that this actually saves code: -70 LOC.
* Parser reorg:schwarze2017-05-041-1/+1
| | | | | Generate the first node on the roff level: .br Fix some column numbers in diagnostic messages while here.
* improve diagnostics regarding arguments of .An .Pp .Lp .br .spschwarze2015-02-041-0/+3
in particular, get rid of check_count(..., CHECK_EQ, 0)