--- man2/init_module.2 | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/man2/init_module.2 b/man2/init_module.2 index a924ec4..eab48ec 100644 --- a/man2/init_module.2 +++ b/man2/init_module.2 @@ -62,13 +62,20 @@ The kernel parses this string and initializes the specified parameters. Each of the parameter specifications has the form: -.RI " " name [ =value [ ,value ...]] +.RI " " name [\c +.BI = value\c +.RB [ ,\c +.IR value ...]] -The parameter name is one of those defined within the module using +The parameter +.I name +is one of those defined within the module using .IR module_param () (see the Linux kernel source file .IR include/linux/moduleparam.h ). -The parameter value is optional in the case of +The parameter +.I value +is optional in the case of .I bool and .I invbool -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html