]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_makeshlibs
r576: * Rename debhelper.1 to debhelper.7.
[debhelper.git] / dh_makeshlibs
index 478c861b001c297833654edbbd304dfe0a7c238b..7a4e7b1dc856ba2ea61168b399e1aa97ef8033e8 100755 (executable)
@@ -19,8 +19,7 @@ dh_makeshlibs is a debhelper program that automatically scans for shared
 libraries, and generates a shlibs file for the libraries it finds.
 
 It also adds a call to ldconfig in the postinst and postrm scripts (in
-DH_COMPAT=3 mode and above only) to any packages which it finds shared
-libraries in.
+V3 mode and above only) to any packages which it finds shared libraries in.
 
 =head1 OPTIONS
 
@@ -173,7 +172,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
 
 =head1 SEE ALSO
 
-L<debhelper(1)>
+L<debhelper(7)>
 
 This program is a part of debhelper.