mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-10 14:57:42 +00: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:
parent
b7b5e0c833
commit
20e4e9872d
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user