From b325715222b7bac75f34da29e272d90293e7a2d2 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Mon, 2 Sep 2024 23:20:19 +0100 Subject: [PATCH] libkmod/docs: tweak kmod_module_get_sections Adjust the grammar and split the getter information in new paragraph. Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/94 Signed-off-by: Lucas De Marchi --- libkmod/libkmod.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libkmod/libkmod.h b/libkmod/libkmod.h index 4bfe98b0..b24d4aef 100644 --- a/libkmod/libkmod.h +++ b/libkmod/libkmod.h @@ -1055,8 +1055,9 @@ void kmod_module_dependency_symbols_free_list(struct kmod_list *list); * kmod_module_get_sections: * @mod: kmod module * - * Get a list of kmod sections of this @mod, as returned by the kernel. The - * structure contained in this list is internal to libkmod and their fields + * Get a list of kmod sections of this @mod, as returned by the kernel. + * + * The structure contained in this list is internal to libkmod and its fields * can be obtained by calling kmod_module_section_get_name() and * kmod_module_section_get_address(). * -- 2.47.2