From ad68a79d41cc03ea9faad48f34559aa3bd178902 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 7 Jan 2020 20:49:10 -0500 Subject: [PATCH] add apk-policy(8) --- doc/Makefile | 1 + doc/apk-policy.8.scd | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 doc/apk-policy.8.scd diff --git a/doc/Makefile b/doc/Makefile index e71a6bd..ba1cfef 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,6 +12,7 @@ docs: $(obj)/apk.8 \ $(obj)/apk-fix.8 \ $(obj)/apk-info.8 \ $(obj)/apk-list.8 \ + $(obj)/apk-policy.8 \ $(obj)/apk-update.8 \ $(obj)/apk-upgrade.8 \ $(obj)/apk-repositories.5 \ 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 ++ +Timo Teräs <_timo.teras@iki.fi_>