@@ -21,6 +21,7 @@ with open(man_file) as f:
patterns_exclude = [
r'^\.TH .*',
r'^config file.*',
+ r'^\.\\\\.*',
]
PASS = 1