doc: Create documentation for pacman-db-upgrade and testpkg
There are two "binaries" that are currently missing documentation, pacman-db-upgrade and testpkg. This patch adds that documentation. Signed-off-by: Ben Westover <kwestover.kw@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
064e556c4e
commit
656abdb256
3 changed files with 58 additions and 0 deletions
|
@ -5,7 +5,9 @@ manpages = [
|
||||||
{ 'name': 'makepkg-template.1' },
|
{ 'name': 'makepkg-template.1' },
|
||||||
{ 'name': 'repo-add.8' },
|
{ 'name': 'repo-add.8' },
|
||||||
{ 'name': 'vercmp.8' },
|
{ 'name': 'vercmp.8' },
|
||||||
|
{ 'name': 'testpkg.8' },
|
||||||
{ 'name': 'pacman-key.8' },
|
{ 'name': 'pacman-key.8' },
|
||||||
|
{ 'name': 'pacman-db-upgrade.8' },
|
||||||
{ 'name': 'PKGBUILD.5', 'extra_depends' : [ 'PKGBUILD-example.txt' ] },
|
{ 'name': 'PKGBUILD.5', 'extra_depends' : [ 'PKGBUILD-example.txt' ] },
|
||||||
{ 'name': 'makepkg.conf.5' },
|
{ 'name': 'makepkg.conf.5' },
|
||||||
{ 'name': 'pacman.conf.5' },
|
{ 'name': 'pacman.conf.5' },
|
||||||
|
|
36
doc/pacman-db-upgrade.8.asciidoc
Normal file
36
doc/pacman-db-upgrade.8.asciidoc
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
pacman-db-upgrade(8)
|
||||||
|
====================
|
||||||
|
|
||||||
|
Name
|
||||||
|
----
|
||||||
|
pacman-db-upgrade - upgrade the local pacman database to a newer format
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
'pacman-db-upgrade' [options]
|
||||||
|
|
||||||
|
Description
|
||||||
|
-----------
|
||||||
|
'pacman-db-upgrade' is a script that upgrades the local database used
|
||||||
|
by linkman:pacman[8] to a newer format.
|
||||||
|
|
||||||
|
Options
|
||||||
|
--------------
|
||||||
|
*-h, \--help*::
|
||||||
|
Show the built-in help message and exit.
|
||||||
|
*-V, \--version*::
|
||||||
|
Show version information and exit.
|
||||||
|
*-d, \--dbpath* <path>::
|
||||||
|
Set an alternate database location.
|
||||||
|
*-r, \--root* <path>::
|
||||||
|
Set an alternate installation root.
|
||||||
|
*\--config* <path>::
|
||||||
|
Set an alternate configuration file.
|
||||||
|
*\--nocolor*::
|
||||||
|
Remove color from output.
|
||||||
|
|
||||||
|
See Also
|
||||||
|
--------
|
||||||
|
linkman:pacman[8]
|
||||||
|
|
||||||
|
include::footer.asciidoc[]
|
20
doc/testpkg.8.asciidoc
Normal file
20
doc/testpkg.8.asciidoc
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
testpkg(8)
|
||||||
|
==========
|
||||||
|
|
||||||
|
Name
|
||||||
|
----
|
||||||
|
testpkg - test a pacman package for validity
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
'testpkg' <package file>
|
||||||
|
|
||||||
|
Description
|
||||||
|
-----------
|
||||||
|
'testpkg' is a script used to make sure that a pacman package is valid.
|
||||||
|
|
||||||
|
See Also
|
||||||
|
--------
|
||||||
|
linkman:pacman[8]
|
||||||
|
|
||||||
|
include::footer.asciidoc[]
|
Loading…
Add table
Reference in a new issue