From: Michal Privoznik Date: Mon, 29 Sep 2025 08:36:04 +0000 (+0200) Subject: NEWS: Fix format of XML elements/attributes in v11.8.0 section X-Git-Tag: v11.8.0-rc2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a993609f46255887cadba710dbd1b3f9e8986b58;p=thirdparty%2Flibvirt.git NEWS: Fix format of XML elements/attributes in v11.8.0 section 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 Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index d49e8f75c4..7fd9e92d4e 100644 --- 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 element has been extended with a - "nodeset" attribute to specify the NUMA node affinity of a PCI device. + On the XML side, the existing ```` element has been extended with a + ``nodeset`` attribute to specify the NUMA node affinity of a PCI device. * **Improvements**