]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
libkmod/docs: tweak kmod_module_get_sections
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 2 Sep 2024 22:20:19 +0000 (23:20 +0100)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Fri, 6 Sep 2024 16:56:01 +0000 (11:56 -0500)
Adjust the grammar and split the getter information in new paragraph.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/94
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
libkmod/libkmod.h

index 4bfe98b03d8a4f2fa5af2992325997fd1b6e0a9c..b24d4aefb7f89a539006d6fbfd6a7935c44faca6 100644 (file)
@@ -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().
  *