info/Empire4.3: Work around "nroff: Out of temp file space"

Solaris 10's nroff can't deal with the lengthy .NF ... .FI: it
complains, writes truncated output, and terminates
successfully (*boggle*).  Split the .NF ... .FI in two.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
This commit is contained in:
Markus Armbruster 2020-12-28 10:21:54 +01:00
parent 13362acc46
commit 1a10b41ae8

View file

@ -1080,6 +1080,10 @@ Changes to Empire 4.3.21 - Mon Mar 9 21:34:52 UTC 2009
4.3.20. 4.3.20.
* Code refactoring and cleanup. * Code refactoring and cleanup.
.\" Work around "nroff: Out of temp file space":
.FI
.NF
Changes to Empire 4.3.20 - Fri Feb 20 18:14:20 UTC 2009 Changes to Empire 4.3.20 - Fri Feb 20 18:14:20 UTC 2009
* Option LOANS is now disabled by default. * Option LOANS is now disabled by default.
* Option RAILWAYS is now enabled by default. * Option RAILWAYS is now enabled by default.