Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2021-01-09 09:19:50 +1000
committerAllan McRae <allan@archlinux.org>2021-01-09 09:19:50 +1000
commit4cdbbcfc34c7edb72ad962bcd07bd78dcffa1ea1 (patch)
treeb93da3e9e8604b4382b2c1d22aac60070c9567ad
parentc1d23c0ff22f0edd34f266e9e95c30049f6b4639 (diff)
doc: reference all libalpm sections within libalpm man page
Also, fix minor typo. Signed-off-by: Allan McRae <allan@archlinux.org>
-rw-r--r--lib/libalpm/alpm.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/lib/libalpm/alpm.h b/lib/libalpm/alpm.h
index 171cf740..69603b15 100644
--- a/lib/libalpm/alpm.h
+++ b/lib/libalpm/alpm.h
@@ -48,15 +48,20 @@ extern "C" {
*
*
*
- * libalpm is a package management library, primaraly used by
+ * libalpm is a package management library, primarily used by pacman.
* For ease of access, the libalpm manual has been split up into several sections.
*
* @section see_also See Also
* \b libalpm_list(3),
- * \b alpm-hooks(5),
- * \b makepkg(8),
- * \b pacman(8),
- * \b pacman.conf(5)
+ * \b libalpm_databases(3),
+ * \b libalpm_depends(3),
+ * \b libalpm_errors(3),
+ * \b libalpm_files(3),
+ * \b libalpm_groups(3),
+ * \b libalpm_options(3),
+ * \b libalpm_packages(3),
+ * \b libalpm_sig(3),
+ * \b libalpm_trans(3)
* @{
*/