diff options
Diffstat (limited to 'doc/apk-verify.8.scd')
-rw-r--r-- | doc/apk-verify.8.scd | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/apk-verify.8.scd b/doc/apk-verify.8.scd new file mode 100644 index 0000000..44b8490 --- /dev/null +++ b/doc/apk-verify.8.scd @@ -0,0 +1,28 @@ +apk-verify(8) + +# NAME + +apk verify - verify package integrity and signature + +# SYNOPSIS + +*apk verify* [<_options_>...] _files_... + +# DESCRIPTION + +*apk verify* verifies the integrity of the package files specified, validating +the checksums and cryptographic signature. + +*apk verify* prints a summary of the results on stdout, and exits with status +code zero if all packages were successfully verified. If any failed, *apk +verify* exits with a nonzero status. + +# OPTIONS + +*apk verify* 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_> |