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 <armbru@pond.sub.org>
This commit is contained in:
parent
e6d2615648
commit
664f640979
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ the land unit's current location,
|
||||||
the army designation letter (set by \*Qarmy\*U command),
|
the army designation letter (set by \*Qarmy\*U command),
|
||||||
.L path
|
.L path
|
||||||
the current retreat path,
|
the current retreat path,
|
||||||
.L as army?
|
.L "as army?"
|
||||||
whether these are army retreat orders,
|
whether these are army retreat orders,
|
||||||
.L flags
|
.L flags
|
||||||
what conditions will trigger retreat.
|
what conditions will trigger retreat.
|
||||||
|
|
|
@ -21,7 +21,7 @@ The report format contains the following fields:
|
||||||
.in \w'ship type\0\0'u
|
.in \w'ship type\0\0'u
|
||||||
.L shp#
|
.L shp#
|
||||||
the ship number
|
the ship number
|
||||||
.L ship type
|
.L "ship type"
|
||||||
the type of ship; \*Qpatrol boat\*U, \*Qsubmarine\*U, etc,
|
the type of ship; \*Qpatrol boat\*U, \*Qsubmarine\*U, etc,
|
||||||
.L x,y
|
.L x,y
|
||||||
the ship's current location,
|
the ship's current location,
|
||||||
|
@ -29,7 +29,7 @@ the ship's current location,
|
||||||
the fleet designation letter (set by \*Qfleetadd\*U command),
|
the fleet designation letter (set by \*Qfleetadd\*U command),
|
||||||
.L path
|
.L path
|
||||||
the current retreat path,
|
the current retreat path,
|
||||||
.L as flt?
|
.L "as flt?"
|
||||||
whether these are fleet retreat orders,
|
whether these are fleet retreat orders,
|
||||||
.L flags
|
.L flags
|
||||||
what conditions will trigger retreat.
|
what conditions will trigger retreat.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue