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
|
@ -185,13 +185,13 @@ The avail (work) required to build the ship.
|
|||
The minimum technology required to build the ship.
|
||||
.L $
|
||||
The cost of the ship.
|
||||
.in \\n(in
|
||||
.in
|
||||
.s1
|
||||
The headings for the stats listing are
|
||||
.s1
|
||||
.EX show ship stats
|
||||
.s1
|
||||
.in \w'fir\0\0'u
|
||||
.in \w'fuel c/u\0\0'u
|
||||
.L def
|
||||
defensive armament of the ship
|
||||
.L spd
|
||||
|
@ -217,7 +217,7 @@ The number of light planes the ship can carry.
|
|||
.L lnd
|
||||
The number of 'light' land units the ship can carry. If the ship is a supply
|
||||
ship, it can carry even non-'light' units.
|
||||
.L fuel c/u
|
||||
.L "fuel c/u"
|
||||
The ship's fuel capacity & usage. (see info fuel) (If the FUEL option is
|
||||
enabled)
|
||||
.in
|
||||
|
@ -229,7 +229,7 @@ The abilities are as follows.
|
|||
.s1
|
||||
.EX show ship capabilities
|
||||
.s1
|
||||
.in \w'sonar\0\0'u
|
||||
.in \w'anti-missile\0\0'u
|
||||
.L fish
|
||||
The vessel will accumulate food by fishing
|
||||
.L torp
|
||||
|
@ -264,7 +264,6 @@ The vessel can torpedo submarines
|
|||
The vessel is a trade ship. (only if TRADESHIPS are enabled)
|
||||
.L anti-missile
|
||||
The vessel will intercept enemy marine missiles (see \*Qinfo Hitchance\*U).
|
||||
.L
|
||||
.in
|
||||
.s1
|
||||
Some examples of the output:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue