[PATCH] docs: formatdomain: Fix quoting of ':since:' argument for <teaming>

Peter Krempa posted 1 patch 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/147f3411852f1cd450ee756d585e1610f741874f.1619012144.git.pkrempa@redhat.com
docs/formatdomain.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: formatdomain: Fix quoting of ':since:' argument for <teaming>
Posted by Peter Krempa 3 years ago
The end quote of the argument of :since: must not have a space in front
of it as it's then not considered as end of the argument.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/formatdomain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Pushed as trivial.

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 4388ad545f..4528e172ec 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -4856,7 +4856,7 @@ Teaming a virtio/hostdev NIC pair

 :since:`Since 6.1.0 (QEMU and KVM only, requires QEMU 4.2.0 or newer and a guest
 virtio-net driver supporting the "failover" feature, such as the one included in
-Linux kernel 4.18 and newer) ` The ``<teaming>`` element of two interfaces can
+Linux kernel 4.18 and newer)` The ``<teaming>`` element of two interfaces can
 be used to connect them as a team/bond device in the guest (assuming proper
 support in the hypervisor and the guest network driver).

-- 
2.30.2