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
|
@ -26,9 +26,9 @@ following:
|
|||
.NF
|
||||
y for up-left
|
||||
u for up-right y u
|
||||
g for left \\\\ /
|
||||
g for left \e /
|
||||
j for right g -- -- j
|
||||
b for down-left / \\\\
|
||||
b for down-left / \e
|
||||
n for down-right b n
|
||||
.FI
|
||||
Other commands you may type while navigating are:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue