summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAurelien Foret <aurelien@archlinux.org>2006-02-01 19:04:01 +0100
committerAurelien Foret <aurelien@archlinux.org>2006-02-01 19:04:01 +0100
commitde3a0f164c303371a2ac8813ebeec10025b27e2a (patch)
tree8c87b7c14ef6e586db01567fbdfb915ee01be911 /doc
parent54de80b1ea5d20fac93a484fa8e2fb3bd9f1c19e (diff)
downloadpacman-de3a0f164c303371a2ac8813ebeec10025b27e2a.tar.gz
pacman-de3a0f164c303371a2ac8813ebeec10025b27e2a.tar.xz
added libalpm manpage (patch from VMiklos <vmiklos@frugalware.org>)
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/libalpm.3.in24
2 files changed, 25 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 86d6c631..40635fc6 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -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)
diff --git a/doc/libalpm.3.in b/doc/libalpm.3.in
new file mode 100644
index 00000000..6db54d7d
--- /dev/null
+++ b/doc/libalpm.3.in
@@ -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