Fix a typo in hostdev docs

It's:

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

not:

 <address>bus='0x06' slot='0x02' function='0x0'</address>
This commit is contained in:
Mark McLoughlin 2009-02-24 14:52:33 +00:00
parent 761f5a52dc
commit 14480f699d
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -485,7 +485,7 @@
...
&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>

View File

@ -397,7 +397,7 @@
...
&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>