From: Christophe Fergeau Date: Tue, 23 Aug 2016 22:08:56 +0000 (-0400) Subject: docs: Add missing / to closing tag X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2ff85c28a06106e3f2f80def431b29252426f14b;p=libvirt.git docs: Add missing / to closing tag The iothread example for virtio-scsi should be rather than for the XML to be valid. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index f1dadc61f6..8c15a734ad 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -3166,7 +3166,7 @@ <address type='pci' domain='0x0000' bus='0x00' slot='0x0a' function='0x0'/> </controller> <controller type='scsi' index='0' model='virtio-scsi'> - <driver iothread='4'> + <driver iothread='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x0b' function='0x0'/> </controller> ...