diff mbox series

[v1,4/6] migration: end sentences with a dot

Message ID 20240405143453.2281900-5-joaomarcos.costa@bootlin.com
State New
Headers show
Series Add Miscellaneous changes and QEMU changes | expand

Commit Message

Joao Marcos Costa April 5, 2024, 2:34 p.m. UTC
From: Joao Marcos Costa <joaomarcos.costa@bootlin.com>

It seems coherent with the previous release notes.

Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
---
 documentation/migration-guides/migration-5.0.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/migration-5.0.rst b/documentation/migration-guides/migration-5.0.rst
index 157a95733..b03b7ec8c 100644
--- a/documentation/migration-guides/migration-5.0.rst
+++ b/documentation/migration-guides/migration-5.0.rst
@@ -89,13 +89,13 @@  Removed variables
 
 The following variables have been removed:
 
--  ``DEPLOY_DIR_TAR``
+-  ``DEPLOY_DIR_TAR``.
 -  ``PYTHON_PN`` - Python 2 has been removed, leaving Python 3 as the sole
    major version. Therefore, an abstraction to differentiate both versions is
    no longer needed.
--  ``oldincludedir``
--  ``USE_L10N`` - previously deprecated, and now removed
--  ``CVE_SOCKET_TIMEOUT``
+-  ``oldincludedir``.
+-  ``USE_L10N`` - previously deprecated, and now removed.
+-  ``CVE_SOCKET_TIMEOUT``.
 
 .. _migration-5.0-removed-recipes:
 
@@ -106,7 +106,7 @@  The following recipes have been removed in this release:
 
 - ``libcroco``: deprecated and archived by the Gnome Project.
 - ``linux-yocto``: version 6.1 (version 6.6 provided instead).
-- ``zvariant``: fails to build with newer Rust
+- ``zvariant``: fails to build with newer Rust.
 - ``systemtap-uprobes``: obsolete.
 
 .. _migration-5.0-removed-classes: