diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-10-27 11:14:19 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-28 15:48:03 +0100 |
commit | 4def515eebca300c7ac15c86caef34342dd9ed3d (patch) | |
tree | 39b9195513c09ea4bb3763374d20cadf6f2caefa /documentation/ref-manual/variables.rst | |
parent | bb3fc03ef167a005cdf1192df60ac2fb1cbc5ae3 (diff) | |
download | poky-4def515eebca300c7ac15c86caef34342dd9ed3d.tar.gz |
manuals: replace "_" by "__" in external links
(From yocto-docs rev: 25142cd8121fdd6a8e0524fc8417fc666c498981)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 0f9df3ac20..601db6f42f 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -615,7 +615,7 @@ system and gives an overview of their function and contents. | |||
615 | software. | 615 | software. |
616 | 616 | ||
617 | When specifying recipe files, you can pattern match using Python's | 617 | When specifying recipe files, you can pattern match using Python's |
618 | `glob <https://docs.python.org/3/library/glob.html>`_ syntax. | 618 | `glob <https://docs.python.org/3/library/glob.html>`__ syntax. |
619 | For details on the syntax, see the documentation by following the | 619 | For details on the syntax, see the documentation by following the |
620 | previous link. | 620 | previous link. |
621 | 621 | ||
@@ -2493,7 +2493,7 @@ system and gives an overview of their function and contents. | |||
2493 | 2493 | ||
2494 | - When specifying files or paths, you can pattern match using | 2494 | - When specifying files or paths, you can pattern match using |
2495 | Python's | 2495 | Python's |
2496 | `glob <https://docs.python.org/3/library/glob.html>`_ | 2496 | `glob <https://docs.python.org/3/library/glob.html>`__ |
2497 | syntax. For details on the syntax, see the documentation by | 2497 | syntax. For details on the syntax, see the documentation by |
2498 | following the previous link. | 2498 | following the previous link. |
2499 | 2499 | ||
@@ -4955,7 +4955,7 @@ system and gives an overview of their function and contents. | |||
4955 | See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. | 4955 | See the :term:`KERNEL_MODULE_AUTOLOAD` variable for more information. |
4956 | 4956 | ||
4957 | :term:`module_conf` | 4957 | :term:`module_conf` |
4958 | Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`_ | 4958 | Specifies `modprobe.d <https://linux.die.net/man/5/modprobe.d>`__ |
4959 | syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` | 4959 | syntax lines for inclusion in the ``/etc/modprobe.d/modname.conf`` |
4960 | file. | 4960 | file. |
4961 | 4961 | ||