From 688c458095974fcd85b2f92c6b5380edfb564398 Mon Sep 17 00:00:00 2001
From: Přemysl Eric Janouch <p@janouch.name>
Date: Sun, 25 Sep 2022 21:11:45 +0200
Subject: asciiman: fix the first line of output

---
 tools/asciiman.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tools')

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.
-- 
cgit v1.2.3-70-g09d2