]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: remove stray /
authorEric Blake <eblake@redhat.com>
Fri, 23 Dec 2011 19:02:13 +0000 (12:02 -0700)
committerEric Blake <eblake@redhat.com>
Fri, 23 Dec 2011 19:04:19 +0000 (12:04 -0700)
Commit e5a84d74 added a new attribute in the wrong location;
commit c8b9fa74 fixed the missing / at the end but not the extra
/ in the middle.

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

docs/formatdomain.html.in

index 06181b1ba983e0247da0102a56e9147aa51fba39..928d9e6629292c3c49f09e65886a5365b3ee2dea 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;target dev='hda' bus='ide'/&gt;
       &lt;iotune&gt;
         &lt;total_bytes_sec&gt;10000000&lt;/total_bytes_sec&gt;