[PATCH 2/3] Doc/kernel-parameters.txt: mention modinfo and sysfs

From: Stefan Richter
Date: Mon Mar 13 2006 - 14:23:18 EST


Doc/kernel-parameters.txt: mention modinfo and sysfs

Signed-off-by: Stefan Richter <stefanr@xxxxxxxxxxxxxxxxx>

--- linux/Documentation/kernel-parameters.txt.1 2006-03-13 19:32:28.000000000 +0100
+++ linux/Documentation/kernel-parameters.txt 2006-03-13 19:57:52.000000000 +0100
@@ -17,6 +17,13 @@

usbcore.blinkenlights=1

+This document may not be entirely up to date and comprehensive. The command
+"modinfo -p ${modulename}" shows a current list of all parameters of a loadable
+module. Loadable modules, after being loaded into the running kernel, also
+reveal their parameters in /sys/module/${modulename}/parameters/. Some of these
+parameters may be changed at runtime by the command
+"echo -n ${value} > /sys/module/${modulename}/parameters/${parm}".
+
The text in square brackets at the beginning of the description states the
restrictions on the kernel for the said kernel parameter to be valid. The
restrictions referred to are that the relevant option is valid if:


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/