aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-01-14 20:10:22 -0500
committerTimo Teräs <timo.teras@iki.fi>2020-01-26 09:01:26 +0200
commit49d7db15e34ced8a7a2deec9efed47b27d9b8a86 (patch)
tree9fb28ba2ea8198228cb522c1a2ebbe30188c9e81
parent6e7d307ba99ffbb9483c21f45524fbcb7ba511a5 (diff)
downloadaports-49d7db15e34ced8a7a2deec9efed47b27d9b8a86.tar.bz2
aports-49d7db15e34ced8a7a2deec9efed47b27d9b8a86.tar.xz
add apk-stats(8)
-rw-r--r--doc/Makefile1
-rw-r--r--doc/apk-stats.8.scd24
2 files changed, 25 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 6dae470f0f..7cdf3994d0 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 0000000000..e34e222e0f
--- /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 <ncopa@alpinelinux.org>++
+Timo Teräs <_timo.teras@iki.fi_>