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
|
@ -47,9 +47,9 @@ To list all airports owned by country #7:
|
|||
To list all ships in 12,14:
|
||||
.EX "sat 28 sh ?xloc=12&yloc=14"
|
||||
To list all land units:
|
||||
.Ex "sat 28 l"
|
||||
.EX "sat 28 l"
|
||||
To list all cavalry units:
|
||||
.EX "sat 28 l ?type=cavalry".
|
||||
.EX "sat 28 l ?type=cavalry"
|
||||
.s1
|
||||
For a complete list of conditionals you can use, see info Syntax.
|
||||
Note that the large radar map is only drawn when the output is not filtered:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue