]> git.pond.sub.org Git - empserver/commitdiff
info/Empire4.3: Work around "nroff: Out of temp file space"
authorMarkus Armbruster <armbru@pond.sub.org>
Mon, 28 Dec 2020 09:21:54 +0000 (10:21 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 23 Jan 2021 06:08:21 +0000 (07:08 +0100)
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>
info/Empire4.3.t

index 6c132f535bc5902eb3a97cea04fc7d37efce2576..63d37ec2a9d82787a6c89ef1a8690539f9aeee1d 100644 (file)
@@ -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.
 
    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.
 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.