diff options
author | joey <joey> | 2003-10-16 17:31:54 +0000 |
---|---|---|
committer | joey <joey> | 2003-10-16 17:31:54 +0000 |
commit | acb9ced38c56f932d5985d371e09e5539ffa8e4e (patch) | |
tree | 7905ee13a3dcd6eab1bd9deddc07ad7266834096 /dh_installmenu | |
parent | d1fc7ce4fe4c1c5da085c506d25e8d98dd56920c (diff) | |
download | debhelper-acb9ced38c56f932d5985d371e09e5539ffa8e4e.tar.gz |
r1617: * Remove the "L" from reference to menufile(5). Closes: #216042version_4.1.77
Diffstat (limited to 'dh_installmenu')
-rwxr-xr-x | dh_installmenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installmenu b/dh_installmenu index 420b2164..2e5a6e9c 100755 --- a/dh_installmenu +++ b/dh_installmenu @@ -24,7 +24,7 @@ explanation of how this works. If a file named debian/package.menu exists, then it is installed into usr/lib/menu/package in the package build directory. This is a debian menu -file. See L<menufile(5L)> for its format. +file. See L<menufile(5)> for its format. If a file named debian/package.menu-method exits, then it is installed into etc/menu-methods/package in the package build directory. This is a debian |