]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_link
r504: * dh_installman: more documentation about the .TH line. Closes: #129205
[debhelper.git] / dh_link
diff --git a/dh_link b/dh_link
index 8a2805ee9b7b721bce0206dda36770625ad07f99..41754f5c24f500d3087c9a19ca77bea4a26104e6 100755 (executable)
--- a/dh_link
+++ b/dh_link
@@ -11,7 +11,7 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
-  dh_link [debhelper options] [-A] [source destination ...]
+B<dh_link> [S<I<debhelper options>>] [B<-A>] [S<I<source destination ...>>]
 
 =head1 DESCRIPTION
 
@@ -107,7 +107,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
                $dest=~s:^/::;
 
                # Make sure the directory the link will be in exists.
-               my $basedir=Debian::Debhelper::Dh_Lib::dirname("$tmp/$dest");
+               my $basedir=dirname("$tmp/$dest");
                if (! -e $basedir) {
                        doit("install","-d",$basedir);
                }