summaryrefslogtreecommitdiff
path: root/dh_installman
diff options
context:
space:
mode:
authorjoey <joey>2003-07-03 18:11:16 +0000
committerjoey <joey>2003-07-03 18:11:16 +0000
commitb6faf9b91d6c9ee40a648697db808cb2ce4b40cf (patch)
treed57170871f83b8e4bc8a9166901fbe87f06e6cf5 /dh_installman
parent8fbfd5ac20e05711e01d11f188f45228d09b1a23 (diff)
r592: * dh_installman: Don't require trailing whitespace after the seciton number
in the TH line.
Diffstat (limited to 'dh_installman')
-rwxr-xr-xdh_installman2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installman b/dh_installman
index 41fa6408..59db6838 100755
--- a/dh_installman
+++ b/dh_installman
@@ -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;
}