summaryrefslogtreecommitdiffstats
path: root/doc/libalpm.3.txt
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-07-16 18:57:02 +0200
committerDan McGee <dan@archlinux.org>2007-07-16 18:57:02 +0200
commitc9189f54cd9e57a4d66124d14467848db9fcc8f1 (patch)
treebea056854281b140ba4232258224b5e8522a9f30 /doc/libalpm.3.txt
parentd2613b97fa8173920ef7440cf291ca24a05b5b7c (diff)
downloadpacman-c9189f54cd9e57a4d66124d14467848db9fcc8f1.tar.gz
pacman-c9189f54cd9e57a4d66124d14467848db9fcc8f1.tar.xz
Man page revision time
Spruce up the asciidoc formatting, fix a few issues that we had. Formatting now looks pretty good in both the manpage output and the XHTML output. Also added some options that we have changed since 3.0, and a few wording updates, etc. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/libalpm.3.txt')
-rw-r--r--doc/libalpm.3.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/libalpm.3.txt b/doc/libalpm.3.txt
index 27281fad..d8fb58e8 100644
--- a/doc/libalpm.3.txt
+++ b/doc/libalpm.3.txt
@@ -16,20 +16,20 @@ 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
+*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.
+'pacman.conf' file.
See Also