mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-14 01:13:45 -06: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>
|
||||
|
||||
* src/network_driver.c: networkEnableIpForwarding() now
|
||||
|
@ -485,7 +485,7 @@
|
||||
...
|
||||
<hostdev mode='subsystem' type='pci'>
|
||||
<source>
|
||||
<address>bus='0x06' slot='0x02' function='0x0'</address>
|
||||
<address bus='0x06' slot='0x02' function='0x0'/>
|
||||
</source>
|
||||
</hostdev>
|
||||
...</pre>
|
||||
|
@ -397,7 +397,7 @@
|
||||
...
|
||||
<hostdev mode='subsystem' type='pci'>
|
||||
<source>
|
||||
<address>bus='0x06' slot='0x02' function='0x0'</address>
|
||||
<address bus='0x06' slot='0x02' function='0x0'/>
|
||||
</source>
|
||||
</hostdev>
|
||||
...</pre>
|
||||
|
Loading…
Reference in New Issue
Block a user