Fix the `missing footer' problem. See the comment for details.
This commit is contained in:
parent
0a10e5dd4b
commit
b88d12625c
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: doc-common,v 1.29 1999/03/23 09:29:11 mycroft Exp $
|
||||
.\" $NetBSD: doc-common,v 1.30 1999/03/23 11:50:09 mycroft Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1991, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -290,6 +290,13 @@
|
|||
.\}
|
||||
..
|
||||
.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(lC .tm List open at EOF -- A .Bl directive has no matching .El
|
||||
.if \\n(cR \{\
|
||||
|
|
Loading…
Reference in New Issue