diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-24 15:53:15 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-24 15:53:15 +0100 |
commit | 40d4c6d4b62a740650429716bf4c585dfb1b4c9e (patch) | |
tree | 97735c32d464a99cc0aa3c1af8ed947d8556e2e0 /man | |
parent | 7e3ebdeb7cd68c6222fbcb40463b40c270a16eab (diff) |
Fixed a typo in pkg.conf(5)
Diffstat (limited to 'man')
-rw-r--r-- | man/5/pkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/5/pkg.conf b/man/5/pkg.conf index 7c7230a..2bd9eee 100644 --- a/man/5/pkg.conf +++ b/man/5/pkg.conf @@ -55,7 +55,7 @@ including newlines. See zsh(1) for more Valid I<hook> names are: post-add, pre-update, post-update, pre-remove. -Note thatt post-add automatically executes post-update +Note that post-add automatically executes post-update Example: pkg_hook_post-update () {clear_line; echo "Hello from package $1!"} |