summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index f8808cc052..47462233c9 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -7609,7 +7609,7 @@ system and gives an overview of their function and contents.
7609 :ref:`systemd-boot <ref-classes-systemd-boot>` class sets the 7609 :ref:`systemd-boot <ref-classes-systemd-boot>` class sets the
7610 :term:`SYSTEMD_BOOT_CFG` as follows:: 7610 :term:`SYSTEMD_BOOT_CFG` as follows::
7611 7611
7612 SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf" 7612 SYSTEMD_BOOT_CFG ?= "${S}/loader.conf"
7613 7613
7614 For information on Systemd-boot, see the `Systemd-boot 7614 For information on Systemd-boot, see the `Systemd-boot
7615 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. 7615 documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.