Commit 0d11960a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune Committed by Poul-Henning Kamp

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

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

Refs d2e526ce
parent af8dc1ee
......@@ -38,7 +38,7 @@ import re
def parse_file(fn, cl, tl, sl):
p = False
section = ""
resec = re.compile("\s*/\* SECTION: ")
resec = re.compile("\s*/?\* SECTION: ")
try:
# Python3
......
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