diff --git a/man/docgen b/man/docgen index d9535be8..3b11ad8c 100755 --- a/man/docgen +++ b/man/docgen @@ -425,6 +425,8 @@ def manpage_output(targets, template_file): for t in targets: content += t.manpage_output() + "\n" + content = content.replace("-", "\\-") + print_template(template_file, content) def wiki_output(targets, template):