From: Markus Armbruster Date: Mon, 28 Dec 2020 09:21:54 +0000 (+0100) Subject: info/Empire4.3: Work around "nroff: Out of temp file space" X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=1a10b41ae8c7f23ada57c3c4e803b0bd0fd0615d 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 --- diff --git a/info/Empire4.3.t b/info/Empire4.3.t index 6c132f535..63d37ec2a 100644 --- a/info/Empire4.3.t +++ b/info/Empire4.3.t @@ -1080,6 +1080,10 @@ Changes to Empire 4.3.21 - Mon Mar 9 21:34:52 UTC 2009 4.3.20. * 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 * Option LOANS is now disabled by default. * Option RAILWAYS is now enabled by default.