From 93c1571d90b3d875d918c2cbc2c46e5634173d4e Mon Sep 17 00:00:00 2001 From: Lukas Greve Date: Sun, 20 Jul 2025 11:01:43 +0200 Subject: [PATCH] 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 --- docs/formatdomain.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - + ... -- 2.47.2