summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdh_ucf (renamed from dh_installucf)6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh_installucf b/dh_ucf
index caba6e87..8f85d78c 100755
--- a/dh_installucf
+++ b/dh_ucf
@@ -2,7 +2,7 @@
=head1 NAME
-dh_installucf - register configuration files with ucf
+dh_ucf - register configuration files with ucf
=cut
@@ -11,11 +11,11 @@ use Debian::Debhelper::Dh_Lib;
=head1 SYNOPSIS
-B<dh_installucf> [S<I<debhelper options>>] [B<-n>] [S<i<source destination> ...>]
+B<dh_ucf> [S<I<debhelper options>>] [B<-n>] [S<i<source destination> ...>]
=head1 DESCRIPTION
-B<dh_installucf> is a debhelper program that is responsible for generating the
+B<dh_ucf> is a debhelper program that is responsible for generating the
F<postinst> and F<postrm> commands that register files with ucf(1) and ucfr(1).
=head1 FILES