asciiman: fix the first line of output

This commit is contained in:
2022-09-25 21:11:45 +02:00
parent 34460ca715
commit 688c458095

View File

@@ -65,7 +65,7 @@ NR == 1 {
fatal("expected an empty line after the header") fatal("expected an empty line after the header")
# Requesting tbl(1), even though we currently do not support tables. # Requesting tbl(1), even though we currently do not support tables.
print "'\\\\"" t" print "'\\\" t"
print ".TH \"" toupper(name) "\" \"" section "\"" print ".TH \"" toupper(name) "\" \"" section "\""
# Hyphenation is indeed rather annoying, in particular with long links. # Hyphenation is indeed rather annoying, in particular with long links.