Fix the `missing footer' problem. See the comment for details.
Obtained from: NetBSD
This commit is contained in:
parent
a77c9610f2
commit
427f20937d
@ -319,6 +319,13 @@
|
||||
.\" .tm IN 444 fM .k == \\n(.k and nl == \\n(nl
|
||||
..
|
||||
.de lM
|
||||
.\" We may still have a partial line in the enviroment. If this is the case,
|
||||
.\" and we happen to be on the last line of the page, the .fl will cause the
|
||||
.\" page to be ejected and troff will immediately exit. If we're in nroff
|
||||
.\" mode, this would be unfortunate, since we would never get a chance to
|
||||
.\" output the footer. So we fudge the page length, to make sure that the
|
||||
.\" last page is never ejected until we want it to be.
|
||||
.if \\n(cR .pl +3v
|
||||
.fl
|
||||
.if \\n(cR \{\
|
||||
' sp
|
||||
|
Loading…
Reference in New Issue
Block a user