]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed the `mysterious blank lines' problem. This was due to unconditional
authorru <ru@FreeBSD.org>
Thu, 21 Sep 2000 17:02:15 +0000 (17:02 +0000)
committerru <ru@FreeBSD.org>
Thu, 21 Sep 2000 17:02:15 +0000 (17:02 +0000)
commit9632ecc853b0ac2e33ebb01e0c5839e33e2b9302
tree845d5dc09e06d05793e8a06f59b8091880bf262d
parented5fa86ecb64890c82b7690ff364426b9356b491
Fixed the `mysterious blank lines' problem.  This was due to unconditional
use of the .ne requests.  groff(1) apparently inserts some virtual trap at
the end of each page, and this was causing the .ne request to output extra
lines.  Solution is to only use them in troff mode.

Also fixed a related bug in .It macros, where it would insert a page break
in the middle of a sentence.

Removed the end of page trap in nroff mode, as this causes .sp requests to
sometimes eat the space due to the nearby trap.

Removed blank line that appeared as the first line on each nroff-formatted
manual page.

Obtained from: NetBSD
contrib/groff/tmac/doc-common
contrib/groff/tmac/doc-nroff
contrib/groff/tmac/tmac.doc