From: Markus Armbruster Date: Sun, 3 Sep 2017 09:11:50 +0000 (+0200) Subject: info/retreat info/lretreat: Fix truncated glossary list items X-Git-Tag: v4.4.0~2 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=664f640979a53f66823f6ed07988bc2ac5ddd496 info/retreat info/lretreat: Fix truncated glossary list items 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 --- diff --git a/info/lretreat.t b/info/lretreat.t index aafeefe4f..0dd04800c 100644 --- a/info/lretreat.t +++ b/info/lretreat.t @@ -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. diff --git a/info/retreat.t b/info/retreat.t index 320022890..aaabe0b00 100644 --- a/info/retreat.t +++ b/info/retreat.t @@ -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.