diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-27 20:35:12 -0300 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-27 20:35:12 -0300 |
commit | dcf06c530624a51fd8660accac1e694f97ecfc1b (patch) | |
tree | 017e2c258dcd0f484b3ca364f0ea937198eb2f3b /man | |
parent | 817f4e33de8b8cdbbd28f47caf094116a40da82e (diff) | |
download | kmod-dcf06c530624a51fd8660accac1e694f97ecfc1b.tar.gz kmod-dcf06c530624a51fd8660accac1e694f97ecfc1b.tar.bz2 kmod-dcf06c530624a51fd8660accac1e694f97ecfc1b.zip |
man: detail modprobe.blacklist in kcmdline
Diffstat (limited to 'man')
-rw-r--r-- | man/modprobe.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/modprobe.xml b/man/modprobe.xml index 0b3b01d..e98e44e 100644 --- a/man/modprobe.xml +++ b/man/modprobe.xml @@ -86,7 +86,8 @@ <refentrytitle>modprobe.conf</refentrytitle><manvolnum>5</manvolnum> </citerefentry>). <command>modprobe</command> will also use module options specified on the kernel command line in the form of - <module>.<option>. + <module>.<option> and blacklists in the form of + modprobe.blacklist=<module>. </para> <para> Note that unlike in 2.4 series Linux kernels (which are not supported |