Another partial translation
[pacman-docs-ita.git] / libalpm.3.txt
blobb7a892c7f4505997f07ce4c7a1b76f904fd9debe
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 linkman:pacman.conf[5] for more details on configuring libalpm using the
32 'pacman.conf' file.
35 See Also
36 --------
37 linkman:pacman[8], linkman:makepkg[8], linkman:pacman.conf[5]
39 include::footer.txt[]