diff options
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 | ||