From: joey <joey>
Date: Sat, 8 Mar 2003 23:37:04 +0000 (+0000)
Subject: r578:    * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
X-Git-Tag: version_2.0.101~21
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=58a67d25b44402b351c3e49fcb1936e7b6e53d10;p=debhelper.git

r578:    * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
     pod2man. Closes: #184013
---

diff --git a/debian/changelog b/debian/changelog
index f3d1070..a940e38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debhelper (4.1.37) unstable; urgency=low
+
+  * dh_installmenu: Refer to menufile(5) instead of 5L so as not to confuse
+    pod2man. Closes: #184013
+
+ -- Joey Hess <joeyh@debian.org>  Sat,  8 Mar 2003 18:37:14 -0500
+
 debhelper (4.1.36) unstable; urgency=low
 
   * Rename debhelper.1 to debhelper.7.
diff --git a/dh_installmenu b/dh_installmenu
index b6f7966..420b216 100755
--- a/dh_installmenu
+++ b/dh_installmenu
@@ -80,7 +80,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 L<debhelper(7)>
 L<update-menus(1)>
-L<menufile(5L)>
+L<menufile(5)>
 
 This program is a part of debhelper.