[libvirt] [PATCH] docs: Fix attribute names in filesystem/driver example

Jim Fehlig jfehlig at suse.com
Fri Nov 1 17:52:20 UTC 2019


Signed-off-by: Jim Fehlig <jfehlig at suse.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 7619c88514..84257c1bb4 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3847,7 +3847,7 @@
     <readonly/>
   </filesystem>
   <filesystem type='file' accessmode='passthrough'>
-    <driver name='loop' type='raw'/>
+    <driver type='loop' format='raw'/>
     <driver type='path' wrpolicy='immediate'/>
     <source file='/export/to/guest.img'/>
     <target dir='/import/from/host'/>
-- 
2.23.0





More information about the libvir-list mailing list