summaryrefslogtreecommitdiffstats
path: root/doc/libalpm.3.txt
diff options
context:
space:
mode:
authorAndrew Fyfe <andrew@neptune-one.net>2007-07-03 01:22:01 +0200
committerDan McGee <dan@archlinux.org>2007-07-09 19:47:56 +0200
commitbe0a472cb798f0bfd4a75d1cfe165b4005a8ca90 (patch)
treeab95c5b6703df7a3cb4f51d4769ab26a4e7e8506 /doc/libalpm.3.txt
parent493e5fb7828793a8b834d5ecfd2e83050fcd920c (diff)
downloadpacman-be0a472cb798f0bfd4a75d1cfe165b4005a8ca90.tar.gz
pacman-be0a472cb798f0bfd4a75d1cfe165b4005a8ca90.tar.xz
Convert the remaining man pages to asciidoc.
Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'doc/libalpm.3.txt')
-rw-r--r--doc/libalpm.3.txt36
1 files changed, 36 insertions, 0 deletions
diff --git a/doc/libalpm.3.txt b/doc/libalpm.3.txt
new file mode 100644
index 00000000..c9951311
--- /dev/null
+++ b/doc/libalpm.3.txt
@@ -0,0 +1,36 @@
+libalpm(3)
+==========
+
+Name
+----
+libalpm - Arch Linux Package Management (ALPM) library
+
+
+Synopsis
+--------
+For ease of access, the libalpm manual has been split up into several sections.
+
+*TODO:* Yes, this man page needs a lot of work. Once we get around to doing
+good Doxygen documentation, it will improve. We promise.
+
+* alpm_databases Database Functions
+* alpm_interface Interface Functions
+* alpm_list List Functions
+* alpm_log Logging Functions
+* alpm_misc Miscellaneous Functions
+* alpm_packages Package Functions
+* alpm_sync Sync Functions
+* alpm_trans Transaction Functions
+
+
+Configuration
+-------------
+See manlink:pacman.conf[5] for more details on configuring libalpm using the
+pacman.conf file.
+
+
+See Also
+--------
+manlink:pacman[8], manlink:makepkg[8], manlink:pacman.conf[5]
+
+include::footer.txt[]