[libvirt PATCH] docs: drvnodedev: Fix a few closing XML elements in the examples

Erik Skultety eskultet at redhat.com
Fri May 22 10:01:08 UTC 2020


Signed-off-by: Erik Skultety <eskultet at redhat.com>
---

Pushed as trivial.

 docs/drvnodedev.html.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/drvnodedev.html.in b/docs/drvnodedev.html.in
index 71a8a57b0c..a9c86f9fc7 100644
--- a/docs/drvnodedev.html.in
+++ b/docs/drvnodedev.html.in
@@ -184,7 +184,7 @@
     <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/>
   </capability>
 ...
-<device></pre>
+</device></pre>

     <h3><a id="MDEVCap">MDEV capability</a></h3>
     <p>
@@ -300,8 +300,8 @@
   <capability type='mdev'>
     <type id='nvidia-11'/>
     <iommuGroup number='12'/>
-  <capability/>
-<device/></pre>
+  </capability>
+</device></pre>

     <p>
       The support of mediated device's framework in libvirt's node device driver
--
2.25.4




More information about the libvir-list mailing list