From: Lukas Greve Date: Sun, 20 Jul 2025 09:01:43 +0000 (+0200) Subject: Fix: missing a single quote in doc example X-Git-Tag: v11.6.0-rc1~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c1571d90b3d875d918c2cbc2c46e5634173d4e;p=thirdparty%2Flibvirt.git Fix: missing a single quote in doc example The missing single quote (') in the code snippet results in it not being validated by virt-xml-validate Signed-off-by: Lukas Greve --- diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst index 9a2f065590..54a809eaf9 100644 --- a/docs/formatdomain.rst +++ b/docs/formatdomain.rst @@ -6590,7 +6590,7 @@ setting guest-side IP addresses with ```` and port forwarding with - + ...