Commit ca5770ad authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

man: Fix rendering of certain sections in vtc(7)

The matching regular expression did not align with the substitution
regular expression.

Refs d2e526ce
parent 20f65265
......@@ -36,7 +36,7 @@ import re
def parse_file(fn, cl, tl, sl):
p = False
section = ""
resec = re.compile("\s*/\* SECTION: ")
resec = re.compile("\s*/?\* SECTION: ")
f = open(fn, "r", encoding="UTF-8")
......
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