doc/Guidebook.mn: Drop junk syntax
These *roff control lines were ill-formed. `.fi` is a request to turn on filling, not a closing bracket for an `if` request (*roff is not a Bourne shell). https://www.gnu.org/software/groff/manual/groff.html.node/Conditional-Blocks.html Further, *roff generally does not accept more than one request per input line. Exceptions to this rule are the control structuring requests (`if`, `ie`, `el`, and in GNU troff, `while`, `do` and `nop`). But here, only one (`do`-nested) request is governed by the `if` anyway.
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
.\" building Guidebook.txt doesn't have CR font available; groff 1.23 issues
|
||||
.\" a warning each time any font can't be loaded; earlier versions silently
|
||||
.\" proceeded so lack of CR (fixed-width, moot for plain text) didn't matter
|
||||
.if \n(fF .do ftr CR R .fi \" if using fixed-width, substitute R for CR
|
||||
. \" (the substitution affects both '\f' and '.ft')
|
||||
.if \n(fF .do ftr CR R \" if using fixed-width, substitute R for CR
|
||||
. \" (the substitution affects both '\f' and '.ft')
|
||||
.
|
||||
.ds h0 "NetHack Guidebook
|
||||
.ds h1
|
||||
@@ -3392,7 +3392,7 @@ Never wore any armor.
|
||||
.PL Ascended
|
||||
Delivered the Amulet to its final destination.
|
||||
.PE
|
||||
.if !\n(fF .in -5n .fi \" undo proportional-width font-specific indentation
|
||||
.if !\n(fF .in -5n \" undo proportional-width font-specific indentation
|
||||
.sp
|
||||
.lp "Notes: "
|
||||
.pg
|
||||
|
||||
Reference in New Issue
Block a user