From c78a69bc4452ccd31932c9a35ba342e654dde429 Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 15 Feb 2020 14:42:00 -0800 Subject: [PATCH] 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). --- doc/Gbk-1pg-sfx.mn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1