diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-24 17:41:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | 4bf6fc5281d1976ad7113c91a93995406cfab429 (patch) | |
tree | 66733a6e0ca50aa985257e2236160e805ebc0a74 /documentation/ref-manual/migration.rst | |
parent | 7b87ca796a97628b2e83e7b43f2a9a9a81039972 (diff) | |
download | poky-4bf6fc5281d1976ad7113c91a93995406cfab429.tar.gz |
sphinx: fix custom term links
Some term links have custom 'text', and require manual update, since
they were not caught by the generic Python regexp.
(From yocto-docs rev: 519355ba9daf7630e8d477b2f6f511be51fd8b2e)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.rst')
-rw-r--r-- | documentation/ref-manual/migration.rst | 4 |
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 | |||
1366 | Kernel Module Autoloading | 1366 | Kernel Module Autoloading |
1367 | ------------------------- | 1367 | ------------------------- |
1368 | 1368 | ||
1369 | The ```module_autoload_*`` <#var-module_autoload>`__ variable is now | 1369 | The :term:`module_autoload_* <module_autoload>` variable is now |
1370 | deprecated and a new | 1370 | deprecated and a new |
1371 | :term:`KERNEL_MODULE_AUTOLOAD` variable | 1371 | :term:`KERNEL_MODULE_AUTOLOAD` variable |
1372 | should be used instead. Also, ```module_conf_*`` <#var-module_conf>`__ | 1372 | should be used instead. Also, :term:`module_conf_* <module_conf>` |
1373 | must now be used in conjunction with a new | 1373 | must now be used in conjunction with a new |
1374 | :term:`KERNEL_MODULE_PROBECONF` variable. | 1374 | :term:`KERNEL_MODULE_PROBECONF` variable. |
1375 | The new variables no longer require you to specify the module name as | 1375 | The new variables no longer require you to specify the module name as |