summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 4156aa2b58..8ebc17f24c 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -4632,7 +4632,7 @@ system and gives an overview of their function and contents.
4632 4632
4633 do_foo[depends] += "${MLPREFIX}recipe:do_foo" 4633 do_foo[depends] += "${MLPREFIX}recipe:do_foo"
4634 4634
4635 module_autoload 4635 :term:`module_autoload`
4636 This variable has been replaced by the ``KERNEL_MODULE_AUTOLOAD`` 4636 This variable has been replaced by the ``KERNEL_MODULE_AUTOLOAD``
4637 variable. You should replace all occurrences of ``module_autoload`` 4637 variable. You should replace all occurrences of ``module_autoload``
4638 with additions to ``KERNEL_MODULE_AUTOLOAD``, for example:: 4638 with additions to ``KERNEL_MODULE_AUTOLOAD``, for example::
@@ -4645,7 +4645,7 @@ system and gives an overview of their function and contents.
4645 4645
4646 See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. 4646 See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information.
4647 4647
4648 module_conf 4648 :term:`module_conf`
4649 Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_ 4649 Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_
4650 syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` 4650 syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf``
4651 file. 4651 file.