summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration.rst')
-rw-r--r--documentation/ref-manual/migration.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration.rst b/documentation/ref-manual/migration.rst
index b8d27f3325..1d4d53647f 100644
--- a/documentation/ref-manual/migration.rst
+++ b/documentation/ref-manual/migration.rst
@@ -1366,10 +1366,10 @@ release notes
1366Kernel Module Autoloading 1366Kernel Module Autoloading
1367------------------------- 1367-------------------------
1368 1368
1369The ```module_autoload_*`` <#var-module_autoload>`__ variable is now 1369The :term:`module_autoload_* <module_autoload>` variable is now
1370deprecated and a new 1370deprecated and a new
1371:term:`KERNEL_MODULE_AUTOLOAD` variable 1371:term:`KERNEL_MODULE_AUTOLOAD` variable
1372should be used instead. Also, ```module_conf_*`` <#var-module_conf>`__ 1372should be used instead. Also, :term:`module_conf_* <module_conf>`
1373must now be used in conjunction with a new 1373must now be used in conjunction with a new
1374:term:`KERNEL_MODULE_PROBECONF` variable. 1374:term:`KERNEL_MODULE_PROBECONF` variable.
1375The new variables no longer require you to specify the module name as 1375The new variables no longer require you to specify the module name as