mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
ref-manual: variables: remove sphinx directive from literal block
Literal blocks make sphinx take their text verbatim. This means that directives cannot be used in literal blocks. This means :term:`S` was printed as-is, without actually creating a link to the S variable definition as would be expected outside of literal blocks. Initially contributed to the master branch by Quentin Schulz. (From yocto-docs rev: d9b3dcf65ef25c06f552482aba460dd16862bf96) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reported-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b373ad8405
commit
236f30b8a9
@@ -7609,7 +7609,7 @@ system and gives an overview of their function and contents.
|
||||
:ref:`systemd-boot <ref-classes-systemd-boot>` class sets the
|
||||
:term:`SYSTEMD_BOOT_CFG` as follows::
|
||||
|
||||
SYSTEMD_BOOT_CFG ?= "${:term:`S`}/loader.conf"
|
||||
SYSTEMD_BOOT_CFG ?= "${S}/loader.conf"
|
||||
|
||||
For information on Systemd-boot, see the `Systemd-boot
|
||||
documentation <https://www.freedesktop.org/wiki/Software/systemd/systemd-boot/>`__.
|
||||
|
||||
Reference in New Issue
Block a user