summaryrefslogtreecommitdiff
path: root/bin/checklinks
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-12 20:52:57 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-12 20:52:57 +0100
commitac0a54b2f4810810eba8c0586ab6e0206a5948b8 (patch)
tree0c72fcb3a9ce58961c059ba33f957d0f6c4c38d2 /bin/checklinks
parenta093ce50976641f65374a1f1ea559e2317168b37 (diff)
checklinks(1): Fixed typos pointed out by penma
Diffstat (limited to 'bin/checklinks')
-rwxr-xr-xbin/checklinks10
1 files 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<parameter>=I<value>
-While reading the links file, eplace $I<parameter> with I<value>.
+While reading the links file, replace $I<parameter> with I<value>.
When used in conjuction with pkg(1), $package will be set to the current
package's relative path (as seen from $HOME, like C<packages/core>),
-and $etc will be set to $package/etc (like C<packages/core/etc>).
+and $etc will be set to $package/etc (like C<packages/core/etc>)
=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<path_resolution>(7)
+This is relative to the source. See L<path_resolution>(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.