asciiman: fix the first line of output

This commit is contained in:
Přemysl Eric Janouch 2022-09-25 21:11:45 +02:00
parent 34460ca715
commit 688c458095
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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.