From: Eric Blake Date: Tue, 1 Nov 2011 16:39:48 +0000 (-0600) Subject: docs: fix typo in / example X-Git-Tag: v0.9.7~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20e4e9872d62536778777dc1038d1723bb1e1d34;p=thirdparty%2Flibvirt.git docs: fix typo in / example * docs/formatdomain.html.in: Use dev, not def. Reported by Alexander Biryukov. --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 4fb58293b0..c3e7752f8b 100644 --- a/docs/formatdomain.html.in +++ b/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>