Update doc to reflect function behavior
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 21 Dec 2011 01:39:30 +0000 (23:39 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 21 Dec 2011 01:39:30 +0000 (23:39 -0200)
libkmod/libkmod-module.c

index dee551a..2271369 100644 (file)
@@ -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,