From: Jim Fehlig Date: Fri, 1 Nov 2019 17:46:55 +0000 (-0600) Subject: docs: Fix attribute names in filesystem/driver example X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=962647cac6ea491f57f4e43519c4afe459dfd9ee;p=libvirt.git docs: Fix attribute names in filesystem/driver example Signed-off-by: Jim Fehlig --- 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'/>