mirror of
https://github.com/moparisthebest/pacman
synced 2024-10-31 15:45:03 -04:00
cd8747ba6d
This gets us close to using the same modeline in all files we run through Asciidoc, as well as adding the spell and spelllang declarations, just as we had in NEWS already. The choice of 'en_us' is mainly for consistency and because the body of work already uses these spellings. Signed-off-by: Dan McGee <dan@archlinux.org>
40 lines
932 B
Plaintext
40 lines
932 B
Plaintext
/////
|
|
vim:set ts=4 sw=4 syntax=asciidoc noet spell spelllang=en_us:
|
|
/////
|
|
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 linkman:pacman.conf[5] for more details on configuring libalpm using the
|
|
'pacman.conf' file.
|
|
|
|
|
|
See Also
|
|
--------
|
|
linkman:pacman[8], linkman:makepkg[8], linkman:pacman.conf[5]
|
|
|
|
include::footer.txt[]
|