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

Erik Skultety posted 1 patch 3 years, 11 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/23d8b99f3eeb3cee3d8d4970ca08b7034ffae58f.1590141633.git.eskultet@redhat.com
docs/drvnodedev.html.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[libvirt PATCH] docs: drvnodedev: Fix a few closing XML elements in the examples
Posted by Erik Skultety 3 years, 11 months ago
Signed-off-by: Erik Skultety <eskultet@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 @@
     &lt;address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/&gt;
   &lt;/capability&gt;
 ...
-&lt;device&gt;</pre>
+&lt;/device&gt;</pre>

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

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