aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile1
-rw-r--r--doc/apk-update.8.scd24
2 files changed, 25 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index e4307a9..06fe066 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -8,6 +8,7 @@ docs: $(obj)/apk.8 \
$(obj)/apk-add.8 \
$(obj)/apk-del.8 \
$(obj)/apk-fix.8 \
+ $(obj)/apk-update.8 \
$(obj)/apk-repositories.5 \
$(obj)/apk-world.5
targets += docs
diff --git a/doc/apk-update.8.scd b/doc/apk-update.8.scd
new file mode 100644
index 0000000..5fccdc1
--- /dev/null
+++ b/doc/apk-update.8.scd
@@ -0,0 +1,24 @@
+apk-update(8)
+
+# NAME
+
+apk update - update repository indexes
+
+# SYNOPSIS
+
+*apk update*
+
+# DESCRIPTION
+
+*apk update* fetches the index from all configured package repositories. See
+*apk-repositories*(5) for more information on configuring package repositories.
+
+# OPTIONS
+
+*apk update* 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_>