[libvirt] [PATCH] docs: fix address type for disks

Martin Kletzander mkletzan at redhat.com
Mon Dec 16 16:06:07 UTC 2013


Disks have type='drive', not type='disk'.

Signed-off-by: Martin Kletzander <mkletzan at redhat.com>
---
 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 0067e8f..2b8bc8f 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 <code><disk></code> device
-      uses <code>type='disk'</code>, while
+      uses <code>type='drive'</code>, while
       a <code><console></code> device would
       use <code>type='pci'</code> on i686 or x86_64 guests,
       or <code>type='spapr-vio'</code> on PowerPC64 pseries guests.
-- 
1.8.5.1




More information about the libvir-list mailing list