summaryrefslogtreecommitdiff
path: root/Build/mdwn2man
diff options
context:
space:
mode:
Diffstat (limited to 'Build/mdwn2man')
-rwxr-xr-xBuild/mdwn2man2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/mdwn2man b/Build/mdwn2man
index 7f819adf7..aadb13cdf 100755
--- a/Build/mdwn2man
+++ b/Build/mdwn2man
@@ -26,7 +26,7 @@ while (<>) {
$inlist=1;
$spippara=0;
}
- elsif (/.SH/) {
+ elsif (/^.SH/) {
$skippara=0;
$inlist=0;
}