diff mbox

doc: add man page of updpkgsums

Message ID 20181002120623.8441-1-jelle@vdwaa.nl
State Accepted
Headers show

Commit Message

Jelle van der Waa Oct. 2, 2018, 12:06 p.m. UTC
---
 doc/Makefile.am      |  8 ++++++--
 doc/updpkgsums.8.txt | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 43 insertions(+), 2 deletions(-)
 create mode 100644 doc/updpkgsums.8.txt
diff mbox

Patch

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 65bc4f5..8a83a2a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -6,12 +6,14 @@ 
 ASCIIDOC_MANS = \
 	paccache.8 \
 	pacdiff.8 \
-	pactree.8
+	pactree.8 \
+	updpkgsums.8
 
 HTML_MANPAGES = \
 	paccache.8.html \
 	pacdiff.8.html \
-	pactree.8.html
+	pactree.8.html \
+	updpkgsums.8.html
 
 HTML_OTHER = \
 	submitting-patches.html
@@ -26,6 +28,7 @@  EXTRA_DIST = \
 	paccache.8.txt \
 	pacdiff.8.txt \
 	pactree.8.txt \
+	updpkgsums.8.txt \
 	footer.txt \
 	$(ASCIIDOC_MANS)
 
@@ -103,5 +106,6 @@  $(HTML_OTHER): asciidoc.conf Makefile.am
 paccache.8 paccache.8.html: paccache.8.txt
 pacdiff.8 pacdiff.8.html: pacdiff.8.txt
 pactree.8 pactree.8.html: pactree.8.txt
+updpkgsums.8 updpkgsums.8.html: updpkgsums.8.txt
 
 # vim:set noet:
diff --git a/doc/updpkgsums.8.txt b/doc/updpkgsums.8.txt
new file mode 100644
index 0000000..8ccbe77
--- /dev/null
+++ b/doc/updpkgsums.8.txt
@@ -0,0 +1,37 @@ 
+/////
+vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
+/////
+updpkgsums(8)
+===========
+
+Name
+----
+updpkgsums - update checksums of a PKGBUILD file
+
+
+Synopsis
+--------
+'updpkgsums' [options] [build file]
+
+
+Description
+-----------
+'updpkgsums' will perform an in place update of the checksums in the path
+specified by [build file], defaulting to PKGBUILD in the current working
+directory.
+
+
+Options
+-------
+*-V, \--version*::
+	Display version information and exit.
+
+*-m, \--nocolor*::
+	Disable colorized output messages.
+
+
+See Also
+--------
+linkman:makepkg[8], linkman:pkgbuild[5]
+
+include::footer.txt[]