]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: re-fix stray /
authorEric Blake <eblake@redhat.com>
Sat, 31 Dec 2011 13:42:01 +0000 (06:42 -0700)
committerEric Blake <eblake@redhat.com>
Sat, 31 Dec 2011 13:42:01 +0000 (06:42 -0700)
Commit 6cb4acc reintroduced the bug fixed in commit d145fe3.

* docs/formatdomain.html.in (elementsDisks): Fix again.

docs/formatdomain.html.in

index d468299a50d9578ba5a7bd42849287bc74cefa1e..18b7e223a14869be312f9e3653442a2473a325c7 100644 (file)
   &lt;devices&gt;
     &lt;disk type='file' snapshot='external'&gt;
       &lt;driver name="tap" type="aio" cache="default"/&gt;
-      &lt;source file='/var/lib/xen/images/fv0'/ startupPolicy='optional'&gt;
+      &lt;source file='/var/lib/xen/images/fv0' startupPolicy='optional'&gt;
         &lt;seclabel relabel='no'/&gt;
       &lt;/source&gt;
       &lt;target dev='hda' bus='ide'/&gt;