On 11/01/2011 01:15 AM, Alexander Biryukov wrote:> Good afternoon.
> I apologize for my English.
>
> Error on page: http://libvirt.org/formatdomain.html
> To be more precise in the line "<target *def*='hdc'
bus='ide'/>"
Thanks; I'm pushing this as the trivial fix:
diff --git i/docs/formatdomain.html.in w/docs/formatdomain.html.in
index 4fb5829..c3e7752 100644
--- i/docs/formatdomain.html.in
+++ w/docs/formatdomain.html.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>
--
Eric Blake eblake at redhat.com +1-801-349-2682
Libvirt virtualization library http://libvirt.org