summaryrefslogtreecommitdiff
path: root/dh_link.1
diff options
context:
space:
mode:
authorjoey <joey>2001-02-07 21:42:37 +0000
committerjoey <joey>2001-02-07 21:42:37 +0000
commitae0346306694bb2c52193f6352755c223e6e8935 (patch)
tree6c8cf97d01b3291b5f49260edfee0f4f398e9fea /dh_link.1
parent03df94d493434998d367cb2e18771f6a6f8da572 (diff)
downloaddebhelper-ae0346306694bb2c52193f6352755c223e6e8935.tar.gz
r419: touchup
Diffstat (limited to 'dh_link.1')
-rw-r--r--dh_link.110
1 files changed, 6 insertions, 4 deletions
diff --git a/dh_link.1 b/dh_link.1
index a3079b09..9fd210f4 100644
--- a/dh_link.1
+++ b/dh_link.1
@@ -50,11 +50,13 @@ Create a file named "destination" as a link to a file named "source". Do
this in the package build directory of the first package acted on.
(Or in all packages if -A is specified.)
.SH EXAMPLES
-.TP
-.B dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1
+ dh_link usr/share/man/man1/foo.1 usr/share/man/man1/bar.1
+.P
Make bar.1 be a symlink to foo.1
-.TP
-.B dh_link var/lib/foo usr/lib/foo usr/X11R6/man/man1/foo.1x usr/share/man/man1/bar.1
+.P
+ dh_link var/lib/foo usr/lib/foo \\
+ usr/X11R6/man/man1/foo.1x usr/share/man/man1/bar.1
+.P
Make /usr/lib/foo/ be a link to /var/lib/foo/, and bar.1 be a symlink to the
X man page foo.1x
.SH ENVIRONMENT