diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-09-08 11:14:01 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-09-08 11:14:01 +0200 |
commit | c968d64b95f3b953093c7020730717ea7e7123cc (patch) | |
tree | effd1a0db03769fe50c034d3bb6b9564a0928471 | |
parent | 8617ba3c3d3104b9dc3acb3bb18d0d9a07284e11 (diff) |
fix typo in caretaker(7)
-rw-r--r-- | man/7/caretaker.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/7/caretaker.pod b/man/7/caretaker.pod index ac5fc65..99aeea7 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -108,7 +108,7 @@ a manual will be generated out of it (see L</"COLLECTED PACKAGE FILES">) Configuration files. Unless your package contains a links file, all files in this directory (or, if it contains dotfiles, only the dotfiles) will -automatically symlinked as dotfiles from your home using checklinks(1). +automatically be symlinked as dotfiles from your home using checklinks(1). So, for example F<etc/vimrc> will be installed as F<~/.vimrc>. If you do not want this behaviour, create an empty links file. |