diff options
Diffstat (limited to 'documentation/ref-manual/ref-variables.rst')
-rw-r--r-- | documentation/ref-manual/ref-variables.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.rst b/documentation/ref-manual/ref-variables.rst index e184608d19..b8d56a082b 100644 --- a/documentation/ref-manual/ref-variables.rst +++ b/documentation/ref-manual/ref-variables.rst | |||
@@ -7542,7 +7542,7 @@ system and gives an overview of their function and contents. | |||
7542 | ``SYSTEMD_BOOT_CFG`` as follows: | 7542 | ``SYSTEMD_BOOT_CFG`` as follows: |
7543 | :: | 7543 | :: |
7544 | 7544 | ||
7545 | SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf" | 7545 | SYSTEMD_BOOT_CFG ?= "${S}/loader.conf" |
7546 | 7546 | ||
7547 | For information on Systemd-boot, see the `Systemd-boot | 7547 | For information on Systemd-boot, see the `Systemd-boot |
7548 | documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. | 7548 | documentation <http://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__. |