In terminal output of man(7) documents, stop printing two extra blank
authorschwarze <schwarze@openbsd.org>
Mon, 28 Jun 2021 19:49:57 +0000 (19:49 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 28 Jun 2021 19:49:57 +0000 (19:49 +0000)
commit192c9c5233e75a3a5f0a458942b8cfa22e26950f
tree56c3acc47fae33bb5a62f66cc7b5243385516df0
parent233569a8f40904a0c6941ee921fa2e38a77a6c7e
In terminal output of man(7) documents, stop printing two extra blank
lines before the NAME section and before the page footer.  While these
blank lines had a long tradition, they didn't really serve any purpose
and merely wasted screen real estate.  Besides, this makes output from
man(7) more similar to output from mdoc(7).

This commit keeps mandoc compatible with groff-current,
where G. Branden Robinson committed the same change
on June 16 (groff commit 2278d6ed).
usr.bin/mandoc/man_term.c
usr.bin/mandoc/mandoc.1