summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/man/IP/longhead.out_ascii (follow)
Commit message (Collapse)AuthorAgeFilesLines
* inevitable churn caused by the section title changeschwarze2014-08-261-1/+1
|
* Add a new term_flushln() flag TERMP_BRIND (if break, then indent)schwarze2014-04-081-0/+19
to control indentation of continuation lines in TERMP_NOBREAK mode. In the past, this was always on; continue using it for .Bl, .Nm, .Fn, .Fo, and .HP, but no longer for .IP and .TP. I looked at this because sthen@ reported the issue in a manual of a Perl module from ports, but it affects base, too: This patch reduces groff-mandoc differences in base by more than 15%.