mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-09 12:38:27 -05:00
docs: fix typo in <disk>/<target> example
* docs/formatdomain.html.in: Use dev, not def. Reported by Alexander Biryukov.
This commit is contained in:
@@ -925,7 +925,7 @@
|
||||
</disk>
|
||||
<disk type='block' device='cdrom'>
|
||||
<driver name='qemu' type='raw'/>
|
||||
<target def='hdc' bus='ide'/>
|
||||
<target dev='hdc' bus='ide'/>
|
||||
<readonly/>
|
||||
</disk>
|
||||
</devices>
|
||||
|
||||
Reference in New Issue
Block a user