aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2022-09-25 21:11:45 +0200
committerPřemysl Eric Janouch <p@janouch.name>2022-09-25 21:11:45 +0200
commit688c458095974fcd85b2f92c6b5380edfb564398 (patch)
tree55fe53ffa2a301efae8899c3c61363f715c15540
parent34460ca715b295cc73c3f2bba4156c7f072ce122 (diff)
downloadliberty-688c458095974fcd85b2f92c6b5380edfb564398.tar.gz
liberty-688c458095974fcd85b2f92c6b5380edfb564398.tar.xz
liberty-688c458095974fcd85b2f92c6b5380edfb564398.zip
asciiman: fix the first line of output
-rw-r--r--tools/asciiman.awk2
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.