diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-17 12:52:02 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-06-17 12:52:02 +0200 |
commit | 2214f8dcceb171f22ba8e0ff8dadf9f801b07951 (patch) | |
tree | 421d457c04699ddb2771abdcaeb2831e7e58a872 /bin | |
parent | 6bdba3e1b8ec1e03a95a015ce5583b91ec528ee6 (diff) |
checklinks(1): Added an example links file
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/checklinks | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/checklinks b/bin/checklinks index 0b49d59..80b5d00 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -191,6 +191,15 @@ This is relative to the source. See L<path_resolution>(7) Lines beginning with an invalid symlink type will be ignored. +Example: + + # checklinks --parameter etc=packages/zsh + soft .zshrc $etc/rc + soft .zprofile $etc/profile + soft .zlogin $etc/login + soft .zlogout $etc/logout + soft .zshenv $etc/env + =head1 BUGS There are no checks whether the symlink target actually exists. |