diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-06-03 15:40:20 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-06-03 15:40:20 +0200 |
commit | 2974924ba4a7013359011c270328fbb0e1faebc8 (patch) | |
tree | dedea5c96aa0d8a8eb734584bbec7eb243edf0b8 | |
parent | b62be25f0bbf8617fb4d288df9bc462985a2d6cd (diff) |
caretaker(7): Fix typo
-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 dfcf036..dd406d8 100644 --- a/man/7/caretaker.pod +++ b/man/7/caretaker.pod @@ -170,7 +170,7 @@ Note that the file will be sourced in function scope. It is recommended to introduce parameters and options local to the prereqs script with C<< typeset >> and C<< setopt localoptions >>, respectively. -It's main use is to check for dependencies. To help with this, the following +Its main use is to check for dependencies. To help with this, the following functions are available: =over |