[PATCH] docs: formatdomain: Fix poll-control XML example

Cole Robinson posted 1 patch 3 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/36aabc86d5266a4b74da231279b93be1d57391e7.1611531696.git.crobinso@redhat.com
docs/formatdomain.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: formatdomain: Fix poll-control XML example
Posted by Cole Robinson 3 years, 3 months ago
Fixes: 3fc4412c6f5

Signed-off-by: Cole Robinson <crobinso@redhat.com>
---
Pushed as trivial

 docs/formatdomain.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index af540391db..c738078b90 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -1766,7 +1766,7 @@ Hypervisors may allow certain CPU / machine features to be toggled on/off.
      <kvm>
        <hidden state='on'/>
        <hint-dedicated state='on'/>
-       <poll-control='on'/>
+       <poll-control state='on'/>
      </kvm>
      <xen>
        <e820_host state='on'/>
-- 
2.29.2