summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/man/TP/width.in (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Messages of the -Wbase level now print STYLE:. Since thisschwarze2017-07-041-1/+2
| | | | | | | | 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.
* improve rounding rules for scaling unitsschwarze2017-06-141-4/+4
| | | | in horizontal orientation in the terminal formatter
* support negative horizontal widths in man(7);schwarze2014-12-231-1/+28
| | | | minus twenty lines of code in spite of enhanced functionality
* when indenting, extend the right margin accordingly, when needed;schwarze2014-02-161-1/+10
| | | | fixes a crash reported by blambert@ and a few other, similar ones
* Complete overhaul of the mandoc(1) test suite.schwarze2011-11-171-1/+1
| | | | | | | | | | | | | | | * Test the recently introduced -Tman output mode, too. * Specify date and OS arguments in all tests. * Remove the kludge of sed(1)ing away the page footer lines. * New make(1) variables SKIP_TMAN, SKIP_GROFF. * Drop obsolete, clumsy make(1) variable GROFF_TARGETS. * Delete obsolete mdoc/Bl/E*.sh error reporting tests. * Silence char/N/basic. * New targets: - ascii, ascii-clean - to run -Tascii tests only - tman, tman-clean - to run the new -Tman tests only - obj-clean - maintainer only, needed before groff-clean and groff - groff-clean - maintainer only, affects checked-in files
* Fix stupid commit error pointed out by guenther@ (thanks!):schwarze2011-01-041-0/+53
1) Actually commit TP/* this time. 2) Revert IP/* to 1.1, which is the correct version. What happened is that i committed both IP/* and TP/* into IP, committing two versions in one commit, because the file TP/CVS/Repository was corrupt in my tree. I didn't even know that could happen...