summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/mandoc/man/TP/literal.out_ascii (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, represent the man(7) .PP and .HP macros by the naturalschwarze2019-01-061-5/+8
| | | | | | | | | | | choice, which is <p> HTML element. On top of the previous fill-mode improvements, the key to making this possible is to automatically close the <p> when required: before headers, subsequent paragraphs, lists, indented blocks, synopsis blocks, tbl(7) blocks, and before blocks using no-fill mode. In man(7) documents, represent the .sp request by a blank line in no-fill mode and in the same way as .PP in fill mode.
* inevitable churn caused by the section title changeschwarze2014-08-261-1/+1
|
* After unifying volume titles in the page headers for man(7) and mdoc(7),schwarze2011-12-021-1/+1
| | | | | adjust the expected man(7) output to the new convention. Related to src/usr.bin/mandoc/man_validate.c rev. 1.51.
* Complete overhaul of the mandoc(1) test suite.schwarze2011-11-171-0/+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/+25
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...