]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_fixperms
r480: * Revert change of 3.0.30. This broke too much stuff. Maybe I'll
[debhelper.git] / dh_fixperms
index 7cd33935079642fa949a7ba8ddcbd6df32cd545e..5d982ad331cd880544bffcc2f0d862c6c86267c3 100755 (executable)
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-dh_fixperms [debhelper options] [-Xitem]
+  dh_fixperms [debhelper options] [-Xitem]
 
 =head1 DESCRIPTION
 
@@ -30,7 +30,7 @@ it removes the setuid and setgid bits from all files in the package.
 
 =over 4
 
-=item B<-X>I<item>, B<--exclude>I<item>
+=item B<-X>I<item>, B<--exclude> I<item>
 
 Exclude files that contain "item" anywhere in their filename from having
 their permissions changed. You may use this option multiple times to build
@@ -76,7 +76,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)|debhelper>
+L<debhelper(1)>
 
 This program is a part of debhelper.