]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_gencontrol
Typo. Closes: #653339
[debhelper.git] / dh_gencontrol
index 93f0459411dc1bb448ad171ed4db095677904328..32b85637f5f066d10d8d2b735a7fde841dca701b 100755 (executable)
@@ -15,8 +15,8 @@ B<dh_gencontrol> [S<I<debhelper options>>] [S<B<--> I<params>>]
 
 =head1 DESCRIPTION
 
-dh_gencontrol is a debhelper program that is responsible for generating
-control files, and installing them into the DEBIAN directory with the
+B<dh_gencontrol> is a debhelper program that is responsible for generating
+control files, and installing them into the I<DEBIAN> directory with the
 proper permissions.
 
 This program is merely a wrapper around L<dpkg-gencontrol(1)>, which calls
@@ -29,11 +29,11 @@ useful flags.
 
 =item B<--> I<params>
 
-Pass "params" to L<dpkg-gencontrol(1)>.
+Pass I<params> to L<dpkg-gencontrol(1)>.
 
-=item B<-u>I<params>, B<--dpkg-gencontrol-params>=I<params>
+=item B<-u>I<params>, B<--dpkg-gencontrol-params=>I<params>
 
-This is another way to pass I<params> to L<dpkg-deb(1)>.
+This is another way to pass I<params> to L<dpkg-gencontrol(1)>.
 It is deprecated; use B<--> instead.
 
 =back