Commit 952c9576 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Generate a proper manual name for VMODs

Fixes #3110
parent 2e125484
......@@ -610,7 +610,7 @@ class ModuleStanza(Stanza):
def rsthead(self, fo, man):
if man:
write_rst_hdr(fo, "VMOD " + self.vcc.modname, "=", "=")
write_rst_hdr(fo, "vmod_" + self.vcc.modname, "=", "=")
write_rst_hdr(fo, self.vcc.moddesc, "-", "-")
fo.write("\n")
fo.write(":Manual section: " + self.vcc.mansection + "\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment