From: Lucas De Marchi Date: Wed, 21 Dec 2011 01:39:30 +0000 (-0200) Subject: Update doc to reflect function behavior X-Git-Tag: v2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=142db570bfa527e31807e3b21ec7d7795463c5c9;p=thirdparty%2Fkmod.git Update doc to reflect function behavior --- diff --git a/libkmod/libkmod-module.c b/libkmod/libkmod-module.c index dee551a7..22713690 100644 --- a/libkmod/libkmod-module.c +++ b/libkmod/libkmod-module.c @@ -704,8 +704,8 @@ extern long init_module(const void *mem, unsigned long len, const char *args); /** * kmod_module_insert_module: * @mod: kmod module - * @flags: flags are not passed to Linux Kernel, but instead it dictates the - * behavior of this function. They are not implemented yet. + * @flags: flags are not passed to Linux Kernel, but instead they dictate the + * behavior of this function. * @options: module's options to pass to Linux Kernel. * * Insert a module in Linux kernel. It opens the file pointed by @mod,