mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 11:35:00 -05:00
added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)
This commit is contained in:
parent
54de80b1ea
commit
de3a0f164c
@ -151,6 +151,7 @@ scripts/Makefile
|
||||
doc/Makefile
|
||||
doc/makepkg.8
|
||||
doc/pacman.8
|
||||
doc/libalpm.3
|
||||
Makefile
|
||||
])
|
||||
|
||||
|
@ -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
24
doc/libalpm.3.in
Normal 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
|
Loading…
Reference in New Issue
Block a user