mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
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:
parent
761f5a52dc
commit
14480f699d
@ -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>
|
Sun Feb 22 11:18:20 GMT 2009 Mark McLoughlin <markmc@redhat.com>
|
||||||
|
|
||||||
* src/network_driver.c: networkEnableIpForwarding() now
|
* src/network_driver.c: networkEnableIpForwarding() now
|
||||||
|
@ -485,7 +485,7 @@
|
|||||||
...
|
...
|
||||||
<hostdev mode='subsystem' type='pci'>
|
<hostdev mode='subsystem' type='pci'>
|
||||||
<source>
|
<source>
|
||||||
<address>bus='0x06' slot='0x02' function='0x0'</address>
|
<address bus='0x06' slot='0x02' function='0x0'/>
|
||||||
</source>
|
</source>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
@ -397,7 +397,7 @@
|
|||||||
...
|
...
|
||||||
<hostdev mode='subsystem' type='pci'>
|
<hostdev mode='subsystem' type='pci'>
|
||||||
<source>
|
<source>
|
||||||
<address>bus='0x06' slot='0x02' function='0x0'</address>
|
<address bus='0x06' slot='0x02' function='0x0'/>
|
||||||
</source>
|
</source>
|
||||||
</hostdev>
|
</hostdev>
|
||||||
...</pre>
|
...</pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user