]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
NEWS: Fix format of XML elements/attributes in v11.8.0 section v11.8.0-rc2
authorMichal Privoznik <mprivozn@redhat.com>
Mon, 29 Sep 2025 08:36:04 +0000 (10:36 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 29 Sep 2025 11:26:10 +0000 (13:26 +0200)
It's a good practice to use a different style of formatting for
literal values like XML element/attribute names, functions, etc.
In this specific case, the 'acpi' and 'nodeset' names should be
formatted using two single quotes instead of double quote.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
NEWS.rst

index d49e8f75c4b85043c6a3721a783a853f38d3d467..7fd9e92d4eadfb1d6b66acd81609e28df89ecf58 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -29,8 +29,8 @@ v11.8.0 (unreleased)
     partitioning a physical GPU into multiple isolated instances, each
     associated with one or more virtual NUMA nodes.
 
-    On the XML side, the existing <acpi> element has been extended with a
-    "nodeset" attribute to specify the NUMA node affinity of a PCI device.
+    On the XML side, the existing ``<acpi>`` element has been extended with a
+    ``nodeset`` attribute to specify the NUMA node affinity of a PCI device.
 
 * **Improvements**