]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_link.1
r419: touchup
[debhelper.git] / dh_link.1
index 017bfe5d80f38a412495f93edbd3da2e9eab35f2..9fd210f47d785426a9071406c0757190d03d702a 100644 (file)
--- a/dh_link.1
+++ b/dh_link.1
@@ -19,7 +19,7 @@ can list pairs of files. If you use this file, you should put each pair
 of files on its own line, and separate the files within the pair with
 whitespace. Also, pairs of files can be specified as parameters - these
 pairs will only be created in the package build directory of the first
-ackage dh_link is told to act on. By default, this is the first binary
+package dh_link is told to act on. By default, this is the first binary
 package in debian/control, but if you use -p, -i, or -a flags, it will be
 the first package specified by those flags.
 .P
@@ -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