diff mbox series

ref-manual/features.rst: fix some cross references

Message ID 20260814202800.1106393-1-daiane.angolini@oss.qualcomm.com
State New
Headers show
Series ref-manual/features.rst: fix some cross references | expand

Commit Message

Daiane Angolini Aug. 14, 2026, 8:28 p.m. UTC
The text does not match the cross reference, so change that.

Also, drop an extra colon.

Signed-off-by: Daiane Angolini <daiane.angolini@oss.qualcomm.com>
---
 documentation/ref-manual/features.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/documentation/ref-manual/features.rst b/documentation/ref-manual/features.rst
index 63d47d6ec..4ee6e20c8 100644
--- a/documentation/ref-manual/features.rst
+++ b/documentation/ref-manual/features.rst
@@ -219,7 +219,7 @@  metadata, as extra layers can define their own:
 -  *ptest:* Enables building the package tests where supported by
    individual recipes. For more information on package tests, see the
    ":ref:`test-manual/ptest:testing packages with ptest`" section
-   in the Yocto Project Development Tasks Manual.
+   in the Yocto Project Test Environment Manual.
 
 -  *pulseaudio:* Include support for
    `PulseAudio <https://www.freedesktop.org/wiki/Software/PulseAudio/>`__.
@@ -334,7 +334,7 @@  The image features available for all images are:
 -  *read-only-rootfs:* Creates an image whose root filesystem is
    read-only. See the
    ":ref:`security-manual/read-only-rootfs:creating a read-only root filesystem`"
-   section in the Yocto Project Development Tasks Manual for more
+   section in the Yocto Project Security Manual for more
    information.
 
 -  *read-only-rootfs-delayed-postinsts:* when specified in conjunction
@@ -356,7 +356,7 @@  The image features available for all images are:
    different package name (or names) within the image recipe or at the
    distro configuration level.
 
--  *stateless-rootfs:*: specifies that the image should be created as
+-  *stateless-rootfs:* specifies that the image should be created as
    stateless - when using ``systemd``, ``systemctl-native`` will not
    be run on the image, leaving the image for population at runtime by
    systemd.