[pacman-dev] [PATCH 1/3] doc: rename libalpm-list man page for consistency
Allan McRae
allan at archlinux.org
Fri Jan 8 23:28:44 UTC 2021
All other libalpm man pages are in the form libalpm_<name>.
Signed-off-by: Allan McRae <allan at archlinux.org>
---
lib/libalpm/alpm_list.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/libalpm/alpm_list.h b/lib/libalpm/alpm_list.h
index 5e75aa6e..a0299a70 100644
--- a/lib/libalpm/alpm_list.h
+++ b/lib/libalpm/alpm_list.h
@@ -34,7 +34,7 @@ extern "C" {
/**
* @ingroup libalpm
- * @addtogroup libalpm-list libalpm-list(3)
+ * @addtogroup libalpm_list libalpm_list(3)
* @brief Functions to manipulate alpm_list_t lists.
*
* These functions are designed to create, destroy, and modify lists of
--
2.30.0
More information about the pacman-dev
mailing list