From: PatR Date: Sat, 15 Feb 2020 22:42:00 +0000 (-0800) Subject: Guidebook.dat typo X-Git-Tag: NetHack-3.6.6_Released~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0655967ebcedc4f36eacb077ef89487af47a0bb;p=nethack Guidebook.dat typo A typo in Gbk-1pg-sfx.mn resulted in " /" as a "last word" on the end-of-data marker line of the intermediate 12345 line single page. That was effectively invisible because it immediately got deleted during the post-processing which strips off that marker through to the end (producing a 5266 line single page at present). (cherry picked from commit c78a69bc4452ccd31932c9a35ba342e654dde429) --- diff --git a/doc/Gbk-1pg-sfx.mn b/doc/Gbk-1pg-sfx.mn index 2773c08ec..d00b37f5f 100644 --- a/doc/Gbk-1pg-sfx.mn +++ b/doc/Gbk-1pg-sfx.mn @@ -5,4 +5,4 @@ EOF--EOF . .\" post process with "sed -e '/EOF--EOF/,12345D'" to remove trailing junk .\" (also removes Unix trademark footnote; that ought to be kept but the -/\" generic "all trademarks are held by respective owners" is still present) +.\" generic "all trademarks are held by respective owners" is still present)