]> git.donarmstrong.com Git - debhelper.git/commitdiff
r419: touchup
authorjoey <joey>
Wed, 7 Feb 2001 21:42:37 +0000 (21:42 +0000)
committerjoey <joey>
Wed, 7 Feb 2001 21:42:37 +0000 (21:42 +0000)
dh_link
dh_link.1

diff --git a/dh_link b/dh_link
index 0cbe6b73ba2e6a0ee2c13afa7bb3f491bc0589da..e19a51348ed59d0e7f1b5031bddecb94702599be 100755 (executable)
--- a/dh_link
+++ b/dh_link
@@ -34,7 +34,7 @@ foreach $PACKAGE (@{$dh{DOPACKAGES}}) {
                $dest=pop @links;
                $src=pop @links;
 
-               # Relivatize src and dest.
+               # Relavatize src and dest.
                $src=~s:^/::;
                $dest=~s:^/::;
 
index a3079b09a5adb5bec5b45583b6a90f5ffcbdfa10..9fd210f47d785426a9071406c0757190d03d702a 100644 (file)
--- 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