[libvirt PATCH] docs: virtiofs: add missing aposthrophe

Ján Tomko posted 1 patch 4 years, 1 month ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/e8e44020c8bc18c46b98cf3481eb09293756e40c.1584722172.git.jtomko@redhat.com
docs/formatdomain.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] docs: virtiofs: add missing aposthrophe
Posted by Ján Tomko 4 years, 1 month ago
Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reported-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
I pushed this on Monday, but forgot to send the e-mail.

 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 b6ddfa8e0c..594146009d 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -3981,7 +3981,7 @@
     &lt;readonly/&gt;
   &lt;/filesystem&gt;
   &lt;filesystem type='mount' accessmode='passthrough'&gt;
-      &lt;driver type='virtiofs queue='1024'/&gt;
+      &lt;driver type='virtiofs' queue='1024'/&gt;
       &lt;binary path='/usr/libexec/virtiofsd' xattr='on'&gt;
          &lt;cache mode='always'/&gt;
          &lt;lock posix='on' flock='on'/&gt;
-- 
2.24.1