From 7c2c68df692b8a4ab5ede02bef3e9af7256581aa Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 7 Jan 2020 22:46:32 -0500 Subject: add apk-manifest(8) --- doc/apk-manifest.8.scd | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 doc/apk-manifest.8.scd (limited to 'doc/apk-manifest.8.scd') diff --git a/doc/apk-manifest.8.scd b/doc/apk-manifest.8.scd new file mode 100644 index 0000000..37c1508 --- /dev/null +++ b/doc/apk-manifest.8.scd @@ -0,0 +1,33 @@ +apk-manifest(8) + +# NAME + +apk manifest - Show checksums of package contents + +# SYNOPSIS + +*apk manifest* [<_options_>...] _packages_... + +# DESCRIPTION + +*apk manifest* prints the checksums of files in the listed packages. One file +is printed per line, the checksum first, followed by a space, and then the path +to the file. + +The checksum itself is printed in the format _algorithm_:_hash_. Supported +algorithms are: + +- *md5* +- *sha1* + +*sha1* is used for new packages. + +# OPTIONS + +*apk manifest* does not support any specific options. See *apk*(8) for global +options. + +# AUTHORS + +Natanael Copa ++ +Timo Teräs <_timo.teras@iki.fi_> -- cgit v1.2.3-60-g2f50