]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Add missing / to closing tag
authorChristophe Fergeau <cfergeau@redhat.com>
Tue, 23 Aug 2016 22:08:56 +0000 (18:08 -0400)
committerChristophe Fergeau <cfergeau@redhat.com>
Fri, 26 Aug 2016 18:58:00 +0000 (14:58 -0400)
The iothread example for virtio-scsi should be
<driver iothread='4'/> rather than <driver iothread='4'>
for the XML to be valid.

docs/formatdomain.html.in

index f1dadc61f6fc0e22bae70d9961c3dd71426179d1..8c15a734ad4e21abc564acd7b7ff614217ccb4fa 100644 (file)
       &lt;address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/&gt;
     &lt;/controller&gt;
     &lt;controller type='scsi' index='0' model='virtio-scsi'&gt;
-      &lt;driver iothread='4'&gt;
+      &lt;driver iothread='4'/&gt;
       &lt;address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/&gt;
     &lt;/controller&gt;
     ...