Fix markup: bogus numerical arguments that were mapped to zero
silently (troff) or under protest (groff); table column width (also fixed some .L arguments to match actual game output); spacing in no-fill text; stray .FI, .in and .ce messing up indentation; stray .L; misspelled request and escape names; escaping of control and escape characters; properly ignore form-feed; argument quoting; extra arguments to .NF. Still broken: .L abused for headings, which triggers many groff warnings about negative indentation.
This commit is contained in:
parent
4456ef9a3a
commit
1625567f97
58 changed files with 194 additions and 180 deletions
|
@ -107,7 +107,7 @@ The headings are as follows. For the building data:
|
|||
.s1
|
||||
.EX show land build
|
||||
.s1
|
||||
.in \w'shells\0\0'u
|
||||
.in \w'avail\0\0'u
|
||||
.L lcm
|
||||
The lcm required to build the land unit.
|
||||
.L hcm
|
||||
|
@ -120,13 +120,13 @@ The avail (work) required to build the land unit.
|
|||
The minimum technology required to build the land unit.
|
||||
.L $
|
||||
The cost of the land unit.
|
||||
.in \\n(in
|
||||
.in
|
||||
.s1
|
||||
The headings for the stats listing are
|
||||
.s1
|
||||
.EX show land stats
|
||||
.s1
|
||||
.in \w'fir\0\0'u
|
||||
.in \w'fc/fu\0\0'u
|
||||
.L att
|
||||
the attack multiplier of the land unit
|
||||
.L def
|
||||
|
@ -191,7 +191,6 @@ and will report enemy units in battle better.
|
|||
the unit has radar capability
|
||||
.L assault
|
||||
the unit may be used in assaults
|
||||
.L
|
||||
.in
|
||||
.s1
|
||||
Some examples of the output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue