@@ -98,7 +98,7 @@
</listitem>
</varlistentry>
<varlistentry>
- <term>blacklist <replaceable>modulename</replaceable>
+ <term>blocklist <replaceable>modulename</replaceable>
</term>
<listitem>
<para>
@@ -107,9 +107,13 @@
"internal" aliases can be overridden by normal "alias" keywords,
but there are cases where two or more modules both support the same
devices, or a module invalidly claims to support a device that it
- does not: the <command>blacklist</command> keyword indicates that
+ does not: the <command>blocklist</command> keyword indicates that
all of that particular module's internal aliases are to be ignored.
</para>
+ <para>
+ Note that the <command>blacklist</command> command is being
+ deprecated and has been refactored to <command>blocklist</command>.
+ </para>
</listitem>
</varlistentry>
<varlistentry>
@@ -135,12 +135,12 @@
<option>-b</option>
</term>
<term>
- <option>--use-blacklist</option>
+ <option>--use-blocklist</option>
</term>
<listitem>
<para>
This option causes <command>modprobe</command> to apply the
- <command>blacklist</command> commands in the configuration files
+ <command>blocklist</command> commands in the configuration files
(if any) to module names as well. It is usually used by
<citerefentry>
<refentrytitle>udev</refentrytitle><manvolnum>7</manvolnum>