summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-01-22 10:24:28 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-01-22 10:24:28 +0100
commit9047fffb9f43980bb8c5e365f8ae438209fba3e7 (patch)
treed3bcf237fb9f311d5b4edde17729fdb3366e0824
parentf7bcc608afd6d4597bb7e4563080f503ef564a4e (diff)
Updated pkg(7)
-rw-r--r--man/7/pkg9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/7/pkg b/man/7/pkg
index 66f01aa..daf07f0 100644
--- a/man/7/pkg
+++ b/man/7/pkg
@@ -144,7 +144,14 @@ Mark I<package> for installation
Execute expression and automatically warn if it fails.
In case of B<require package>, automatically mark B<package> for installation
-if it isn't installed
+if it isn't installedx.
+'depend' is the same as require
+
+* B<recommend> I<...>, B<suggest> I<...>
+
+Take the same arguments as B<require>, but are of lower priority.
+recommend only causes "info" messages, and suggest does not interrupt pkg
+to make sure it's read by the user
Additionally, the string parameter 'warn' can be used to soak up warnings.
It's also used by B<require>