summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-12-19 18:00:48 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2008-12-19 18:00:48 +0100
commita9d79abfa0758fc50727adb13e510d33697646eb (patch)
tree9211d4f21d43a5f44bb7d959553ca82666374f51 /man
parent5e58fc7aa557d7294222628402b80ad9c2f703b5 (diff)
pkg(7): check_prereqs is called when adding/updating
Diffstat (limited to 'man')
-rw-r--r--man/7/pkg3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/7/pkg b/man/7/pkg
index c035ede..66f01aa 100644
--- a/man/7/pkg
+++ b/man/7/pkg
@@ -120,7 +120,8 @@ Packages with a priority above 3 require user confirmation to be removed
=item B<check_prereqs> I<package>
Checks a package's prerequisites as defined in B<prereqs>.
-The prereqs file is a zsh script which is sourced by pkg.
+The prereqs file is a zsh script which is sourced by pkg when
+adding/updating a package.
The following pkg-related functions are available:
* B<is_installed> I<package>