diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 8daffb80d6..c007dff848 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -1156,6 +1156,7 @@
<target dir='/'/>
</filesystem>
<filesystem type='mount' accessmode='passthrough'>
+ <driver type='path'/>
<source dir='/export/to/guest'/>
<target dir='/import/from/host'/>
<readonly/>
@@ -1178,6 +1179,11 @@
OpenVZ (since 0.6.2)
and QEMU/KVM (since 0.8.5).
This is the default type
if one is not specified.
+ This mode also has an optional
+ sub-element driver
, with an
+ attribute type='path'
+ or type='handle'
(since
+ 0.9.7).
type='template'