diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-02 20:59:21 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-02 20:59:21 +0200 |
commit | 2c10fda125bd547108ea9067594409df2cbeb4aa (patch) | |
tree | ea14f7778b9ce69dbd3d09b8ae90e5f53199bfd3 /doc/checklinks | |
parent | 23ad6e0322b0b6b9e1d88b8a2db208312840ff68 (diff) |
moved documentation to bin/checklinks (perldoc)
Diffstat (limited to 'doc/checklinks')
-rw-r--r-- | doc/checklinks | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/doc/checklinks b/doc/checklinks deleted file mode 100644 index 7b9bfa6..0000000 --- a/doc/checklinks +++ /dev/null @@ -1,27 +0,0 @@ -checklinks - Automatically symlink files - -Usage: checklinks [ -q ] - -Options: - - -q - quiet. No output if a symlink remained unchained - -checklinks will read $PWD/.links for instructions about symlinks. -Each line contains, separated by spaces: - - the symlink type - This may be one of 'soft' or 'hard', indicating it either is a - softlink/symlink or a hardlink. - Note: The following definitions of source/target only apply for soft - links. The corresponding meanings for hard links are unknown. - - the source - path of the source, i.e. the symlink - This is relative to $HOME - - the target - path of the target, i.e. the symlink's destination - This is relative to the source. See path_resolution(7) - -Lines beginning with an invalid symlink type will be ignored. |