added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)

This commit is contained in:
Aurelien Foret 2006-02-01 18:04:01 +00:00
parent 54de80b1ea
commit de3a0f164c
3 changed files with 26 additions and 1 deletions

View File

@ -151,6 +151,7 @@ scripts/Makefile
doc/Makefile
doc/makepkg.8
doc/pacman.8
doc/libalpm.3
Makefile
])

View File

@ -16,5 +16,5 @@ clean:
rm -rf *.8
rm -rf html/*
man_MANS: pacman.8 makepkg.8
man_MANS: pacman.8 makepkg.8 libalpm.3
EXTRA_DIST = $(man_MANS)

24
doc/libalpm.3.in Normal file
View File

@ -0,0 +1,24 @@
.TH libalpm 3 "29 Jan 2006" "libalpm @PM_VERSION@" ""
.SH NAME
libalpm \- Arch Linux Package Management library
.SH SYNOPSIS
For ease of access, the libalpm manual has been split up into several sections.
.nf
alpm_databases Database Functions
alpm_dep Dependency Functions
alpm_groups Group Functions
alpm_interface Interface Functions
alpm_list List Functions
alpm_log Logging Functions
alpm_misc Miscellaneous Functions
alpm_options Library Options
alpm_packages Package Functions
alpm_sync Sync Functions
alpm_trans Transaction Functions
.fi
.SH AUTHOR
.nf
Judd Vinet <jvinet@zeroflux.org>
.fi