Stop unconditionally emitting vertical space before .TS (table start).
authorschwarze <schwarze@openbsd.org>
Sun, 28 Aug 2022 09:55:58 +0000 (09:55 +0000)
committerschwarze <schwarze@openbsd.org>
Sun, 28 Aug 2022 09:55:58 +0000 (09:55 +0000)
commit004600a2395ed65e96b46c38e3b9d68ac0277ddb
tree16a693b57e6a3bb5dc9c41b7a15a82a32cfda7f1
parent733a71f28069d61a1e7dae105f19709f786611da
Stop unconditionally emitting vertical space before .TS (table start).
Same change as in groff commit 7ec36dc9 Jul 30 2022 gbranden@
For more details, see https://savannah.gnu.org/bugs/index.php?62841

This change makes sense because:
* It improves the formatting of more pages than it degrades.
* Existing manual pages are wildly inconsistent in which behaviour they
expect: apparently few manual page authors understood the old rules.
* It simplifies the rules of how .TS behaves in man(7)
and makes them more similar to how it behaves in mdoc(7).
* It improves flexibility, making it possible for a table to immediately
follow preceding text without a blank line, which some existing pages
want to use, for example XCreateWindow(3).
usr.bin/mandoc/man_term.c