From fef643031c93a637b65892842e9c59b1f3b8727e Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Mon, 28 Dec 2020 10:21:54 +0100 Subject: [PATCH] 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 --- info/Empire4.3.t | 4 ++++ 1 file changed, 4 insertions(+) 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. -- 2.43.0