]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_installman
r592: * dh_installman: Don't require trailing whitespace after the seciton number
[debhelper.git] / dh_installman
index 3da08ccb0c79fcab1a0f02753104413aed6b231c..59db6838742178fac5d234f3d3095816cb3741b2 100755 (executable)
@@ -114,7 +114,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                        open (IN, $page) or die "$page: $!";
                }
                while (<IN>) {
-                       if (/^\.TH\s+\S+\s+(\d+\S*)\s/) {
+                       if (/^\.TH\s+\S+\s+(\d+\S*)/) {
                                $section=$1;
                                last;
                        }
@@ -202,7 +202,7 @@ sub find_so_man {
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.