diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-25 21:11:45 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-25 21:11:45 +0200 |
commit | 688c458095974fcd85b2f92c6b5380edfb564398 (patch) | |
tree | 55fe53ffa2a301efae8899c3c61363f715c15540 /tools/asciiman.awk | |
parent | 34460ca715b295cc73c3f2bba4156c7f072ce122 (diff) | |
download | liberty-688c458095974fcd85b2f92c6b5380edfb564398.tar.gz liberty-688c458095974fcd85b2f92c6b5380edfb564398.tar.xz liberty-688c458095974fcd85b2f92c6b5380edfb564398.zip |
asciiman: fix the first line of output
Diffstat (limited to 'tools/asciiman.awk')
-rw-r--r-- | tools/asciiman.awk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |