add apk-update(8)

cute-signatures
Drew DeVault 2020-01-06 22:52:25 -05:00 committed by Timo Teräs
parent 665a37de50
commit 9ce9cd2588
2 changed files with 25 additions and 0 deletions

View File

@ -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

24
doc/apk-update.8.scd Normal file
View File

@ -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_>