From: Lucas De Marchi Date: Thu, 15 Dec 2011 15:09:46 +0000 (-0200) Subject: Fix docs with wrong function names X-Git-Tag: v1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91428ae1b8d1de1bc5300edb59268bb40ef49ec7;p=thirdparty%2Fkmod.git Fix docs with wrong function names --- diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index d26ce0ab..80673e0d 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -494,7 +494,7 @@ fail: #undef CHECK_ERR_AND_FINISH /** - * kmod_module_unref: + * kmod_module_unref_list: * @list: list of kmod modules * * Drop a reference of each kmod module in @list and releases the resources @@ -512,7 +512,7 @@ KMOD_EXPORT int kmod_module_unref_list(struct kmod_list *list) } /** - * kmod_module_unref: + * kmod_module_get_dependencies: * @mod: kmod module * * Search the modules.dep index to find the dependencies of the given @mod.