Add some additional files to .gitignore
[pacman.git] / doc / libalpm.3.txt
blobd8fb58e813967f8f8908ba4989a42fb6024a14a4
1 /////
2 vim:set ts=4 sw=4 syntax=asciidoc noet:
3 /////
4 libalpm(3)
5 ==========
7 Name
8 ----
9 libalpm - Arch Linux Package Management (ALPM) library
12 Synopsis
13 --------
14 For ease of access, the libalpm manual has been split up into several sections.
16 *TODO:* Yes, this man page needs a lot of work. Once we get around to doing
17 good Doxygen documentation, it will improve. We promise.
19 *alpm_databases*:: Database Functions
20 *alpm_interface*:: Interface Functions
21 *alpm_list*::      List Functions
22 *alpm_log*::       Logging Functions
23 *alpm_misc*::      Miscellaneous Functions
24 *alpm_packages*::  Package Functions
25 *alpm_sync*::      Sync Functions
26 *alpm_trans*::     Transaction Functions
29 Configuration
30 -------------
31 See manlink:pacman.conf[5] for more details on configuring libalpm using the
32 'pacman.conf' file.
35 See Also
36 --------
37 manlink:pacman[8], manlink:makepkg[8], manlink:pacman.conf[5]
39 include::footer.txt[]