From 316e4d93eb58d8f8e58638b782433a16405af60d Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 16 Dec 2013 17:04:15 +0100 Subject: [PATCH] docs: fix address type for disks Disks have type='drive', not type='disk'. Signed-off-by: Martin Kletzander --- docs/formatdomain.html.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2