summaryrefslogtreecommitdiff
path: root/dh_installudev
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-09-04 16:50:49 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-09-04 16:50:49 -0400
commita243946176b92b5fafd84f43d5a455551cf27210 (patch)
tree843f96a23362676a098a5b06584c3525ecea383a /dh_installudev
parent6951ac79834dc1fe44b235d0863e282af2e08db0 (diff)
downloaddebhelper-a243946176b92b5fafd84f43d5a455551cf27210.tar.gz
Add FILES sections to man pages. Closes: #545041
Diffstat (limited to 'dh_installudev')
-rwxr-xr-xdh_installudev17
1 files changed, 12 insertions, 5 deletions
diff --git a/dh_installudev b/dh_installudev
index 0d38cf56..7193ebd4 100755
--- a/dh_installudev
+++ b/dh_installudev
@@ -19,12 +19,19 @@ B<dh_installudev> [S<I<debhelper options>>] [B<-n>] [B<--name=>I<name>] [B<--pri
dh_installudev is a debhelper program that is responsible for
installing udev rules files.
-Files named debian/package.udev will be installed in
-lib/udev/rules.d/ in the package build directory.
-
Code is added to the preinst and postinst to handle the upgrade from the
old udev rules file location.
+=head1 FILES
+
+=over 4
+
+=item debian/I<package>.udev
+
+Installed into lib/udev/rules.d/ in the package build directory.
+
+=back
+
=head1 OPTIONS
=over 4
@@ -32,8 +39,8 @@ old udev rules file location.
=item B<--name=>I<name>
When this parameter is used, dh_installudev looks for and
-installs files named debian/package.name.udev instead of the usual
-debian/package.udev.
+installs files named debian/I<package>.I<name>.udev instead of the usual
+debian/I<package>.udev.
=item B<--priority=>I<priority>