diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-22 10:24:28 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-01-22 10:24:28 +0100 |
commit | 9047fffb9f43980bb8c5e365f8ae438209fba3e7 (patch) | |
tree | d3bcf237fb9f311d5b4edde17729fdb3366e0824 | |
parent | f7bcc608afd6d4597bb7e4563080f503ef564a4e (diff) |
Updated pkg(7)
-rw-r--r-- | man/7/pkg | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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> |