]> git.pond.sub.org Git - empserver/commitdiff
info/retreat info/lretreat: Fix truncated glossary list items
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 3 Sep 2017 09:11:50 +0000 (11:11 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 3 Sep 2017 09:11:50 +0000 (11:11 +0200)
Text after the first space is missing in the formatted output.  That's
because .L takes just one argument, but we pass several.  Broken in
commit 4e0d02b, v4.3.33.  Fix by quoting the argument text.

Signed-off-by: Markus Armbruster <armbru@pond.sub.org>
info/lretreat.t
info/retreat.t

index aafeefe4f9f6fa44f8f54d3be76f4bd1f37b7053..0dd04800cb47c32fd523f4fa9a041448f5273252 100644 (file)
@@ -29,7 +29,7 @@ the land unit's current location,
 the army designation letter (set by \*Qarmy\*U command),
 .L path
 the current retreat path,
-.L as army?
+.L "as army?"
 whether these are army retreat orders,
 .L flags
 what conditions will trigger retreat.
index 3200228908970654d44a2cc824cb05166ea92208..aaabe0b003008965ae7727e5df81aedbf8f48f38 100644 (file)
@@ -21,7 +21,7 @@ The report format contains the following fields:
 .in \w'ship type\0\0'u
 .L shp#
 the ship number
-.L ship type
+.L "ship type"
 the type of ship; \*Qpatrol boat\*U, \*Qsubmarine\*U, etc,
 .L x,y
 the ship's current location,
@@ -29,7 +29,7 @@ the ship's current location,
 the fleet designation letter (set by \*Qfleetadd\*U command),
 .L path
 the current retreat path,
-.L as flt?
+.L "as flt?"
 whether these are fleet retreat orders,
 .L flags
 what conditions will trigger retreat.