From 688c458095974fcd85b2f92c6b5380edfb564398 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Sun, 25 Sep 2022 21:11:45 +0200 Subject: [PATCH] asciiman: fix the first line of output --- tools/asciiman.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/asciiman.awk b/tools/asciiman.awk index 6db5695..55330ad 100644 --- a/tools/asciiman.awk +++ b/tools/asciiman.awk @@ -65,7 +65,7 @@ NR == 1 { fatal("expected an empty line after the header") # Requesting tbl(1), even though we currently do not support tables. - print "'\\\\"" t" + print "'\\\" t" print ".TH \"" toupper(name) "\" \"" section "\"" # Hyphenation is indeed rather annoying, in particular with long links.