From 49d7db15e34ced8a7a2deec9efed47b27d9b8a86 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 14 Jan 2020 20:10:22 -0500 Subject: [PATCH] add apk-stats(8) --- doc/Makefile | 1 + doc/apk-stats.8.scd | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 doc/apk-stats.8.scd diff --git a/doc/Makefile b/doc/Makefile index 6dae470..7cdf399 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -17,6 +17,7 @@ docs: $(obj)/apk.8 \ $(obj)/apk-list.8 \ $(obj)/apk-manifest.8 \ $(obj)/apk-policy.8 \ + $(obj)/apk-stats.8 \ $(obj)/apk-update.8 \ $(obj)/apk-upgrade.8 \ $(obj)/apk-verify.8 \ diff --git a/doc/apk-stats.8.scd b/doc/apk-stats.8.scd new file mode 100644 index 0000000..e34e222 --- /dev/null +++ b/doc/apk-stats.8.scd @@ -0,0 +1,24 @@ +apk-stats(8) + +# NAME + +apk stats - show statistics about repositories and installations + +# SYNOPSIS + +*apk stats* + +# DESCRIPTION + +*apk stats* prints statistics about installed packages, package repositories, +and other information. + +# OPTIONS + +*apk stats* does not support any specific options. See *apk*(8) for global +options. + +# AUTHORS + +Natanael Copa ++ +Timo Teräs <_timo.teras@iki.fi_>