From ac0a54b2f4810810eba8c0586ab6e0206a5948b8 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 12 Mar 2009 20:52:57 +0100 Subject: checklinks(1): Fixed typos pointed out by penma --- bin/checklinks | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/checklinks b/bin/checklinks index a04072f..fee8814 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -161,10 +161,10 @@ remove all symlinks =item B<-p>, B<--parameter> I=I -While reading the links file, eplace $I with I. +While reading the links file, replace $I with I. When used in conjuction with pkg(1), $package will be set to the current package's relative path (as seen from $HOME, like C), -and $etc will be set to $package/etc (like C). +and $etc will be set to $package/etc (like C) =back @@ -179,7 +179,7 @@ current working directory. Each line contains, separated by spaces: This may be one of 'soft' or 'hard', indicating either a symlink or a hardlink. Note: The use of hardlinks is discouraged and not documented. The following -definitions only apply to symlinks. For hardlinks, may the source be with you. +definitions only apply to symlinks. For hardlinks, may the source be with you =item the source @@ -188,7 +188,7 @@ path of the source, i.e. the symlink. Relative to $HOME =item the target path of the target, i.e. the symlink's destination. -This is relativ to the source. See L(7) +This is relative to the source. See L(7) =back @@ -196,4 +196,4 @@ Lines beginning with an invalid symlink type will be ignored. =head1 BUGS -There are no checks whether the symlink target actually exists +There are no checks whether the symlink target actually exists. -- cgit v1.2.3