From ae0346306694bb2c52193f6352755c223e6e8935 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 7 Feb 2001 21:42:37 +0000 Subject: [PATCH] r419: touchup --- dh_link | 2 +- dh_link.1 | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/dh_link b/dh_link index 0cbe6b7..e19a513 100755 --- 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:^/::; diff --git a/dh_link.1 b/dh_link.1 index a3079b0..9fd210f 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 -- 2.39.2