]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix a typo in hostdev docs
authorMark McLoughlin <markmc@redhat.com>
Tue, 24 Feb 2009 14:52:33 +0000 (14:52 +0000)
committerMark McLoughlin <markmc@redhat.com>
Tue, 24 Feb 2009 14:52:33 +0000 (14:52 +0000)
It's:

 <address bus='0x06' slot='0x02' function='0x0'/>

not:

 <address>bus='0x06' slot='0x02' function='0x0'</address>

ChangeLog
docs/formatdomain.html
docs/formatdomain.html.in

index 677c584b62f3d4c274d40cde4ed5d1b2fa3751b0..f06e987226d29860da4e022e3367e7ecf7b458e1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 24 14:51:32 GMT 2009 Mark McLoughlin <markmc@redhat.com>
+
+       * docs/formatdomain.html: fix a typo in hostdev docs
+
 Sun Feb 22 11:18:20 GMT 2009 Mark McLoughlin <markmc@redhat.com>
 
        * src/network_driver.c: networkEnableIpForwarding() now
index 17384b337f1ef01d2796b4714390b1b3c0539b2f..17dc0cd8e7456a4f82831c47de067d71a54ab4d0 100644 (file)
           ...
          &lt;hostdev mode='subsystem' type='pci'&gt;
            &lt;source&gt;
-             &lt;address&gt;bus='0x06' slot='0x02' function='0x0'&lt;/address&gt;
+             &lt;address bus='0x06' slot='0x02' function='0x0'/&gt;
            &lt;/source&gt;
          &lt;/hostdev&gt;
          ...</pre>
index c1e6a168e654dcd613e788270df88b2026b33075..ee32354cadbe13dfb27f2602e9103d697b0cd800 100644 (file)
           ...
          &lt;hostdev mode='subsystem' type='pci'&gt;
            &lt;source&gt;
-             &lt;address&gt;bus='0x06' slot='0x02' function='0x0'&lt;/address&gt;
+             &lt;address bus='0x06' slot='0x02' function='0x0'/&gt;
            &lt;/source&gt;
          &lt;/hostdev&gt;
          ...</pre>