From: Martin Kletzander Date: Mon, 16 Dec 2013 16:04:15 +0000 (+0100) Subject: docs: fix address type for disks X-Git-Tag: CVE-2013-6436~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=316e4d93eb58d8f8e58638b782433a16405af60d;p=thirdparty%2Flibvirt.git docs: fix address type for disks Disks have type='drive', not type='disk'. Signed-off-by: Martin Kletzander --- diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index a094524a15..68860ef9e8 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2355,7 +2355,7 @@ address to use for a given device is constrained in part by the device and the architecture of the guest. For example, a <disk> device - uses type='disk', while + uses type='drive', while a <console> device would use type='pci' on i686 or x86_64 guests, or type='spapr-vio' on PowerPC64 pseries guests.