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