diff options
Diffstat (limited to 'doc/apk-policy.8.scd')
-rw-r--r-- | doc/apk-policy.8.scd | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/apk-policy.8.scd b/doc/apk-policy.8.scd new file mode 100644 index 0000000..1fbb7af --- /dev/null +++ b/doc/apk-policy.8.scd @@ -0,0 +1,25 @@ +apk-policy(8) + +# NAME + +apk policy - show repository policy for packages + +# SYNOPSIS + +*apk policy* [<_options_>...] _packages_... + +# DESCRIPTION + +*apk policy* shows apk's repository policy for the specified packages. It +prints matching packages and their versions available from configured +repositories (see *apk-repositories*(5)), in order of installation preference. + +# OPTIONS + +*apk policy* does not support any specific options. See *apk*(8) for global +options. + +# AUTHORS + +Natanael Copa <ncopa@alpinelinux.org>++ +Timo Teräs <_timo.teras@iki.fi_> |