asciiman: fix the first line of output
This commit is contained in:
parent
34460ca715
commit
688c458095
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue