diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 16:17:36 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-07-05 16:17:36 +0200 |
commit | 60998207a949dd2044013daf0999fd175cdc4f65 (patch) | |
tree | 5bb6e05b7748a0aed32d00eec6649d2bbb7acb12 /bin/checklinks | |
parent | dbfc160ddaf3f61468aaad6b50a05103849aac0f (diff) |
checklinks: Documented the exit value
Diffstat (limited to 'bin/checklinks')
-rwxr-xr-x | bin/checklinks | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/checklinks b/bin/checklinks index dfa233f..0bfe106 100755 --- a/bin/checklinks +++ b/bin/checklinks @@ -257,6 +257,11 @@ Example: soft .zlogout $etc/logout soft .zshenv $etc/env +=head1 DIAGNOSTICS + +The exit value is the number of files with grave errors +(a status of "EXISTS" or "no dst"). + =head1 BUGS There are no checks whether the symlink target actually exists. |