[libvirt PATCH] docs: virtiofs: remove extra slash

Ján Tomko posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/6f7f5829f1410b33351b32b1e2630e95aee11444.1631203110.git.jtomko@redhat.com
docs/kbase/virtiofs.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt PATCH] docs: virtiofs: remove extra slash
Posted by Ján Tomko 2 years, 7 months ago
Reported-by: Richard W.M. Jones <rjones@redhat.com>
Signed-off-by: Ján Tomko <jtomko@redhat.com>
---
Pushed as trivial.

 docs/kbase/virtiofs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/kbase/virtiofs.rst b/docs/kbase/virtiofs.rst
index b89de0c57a..9123fc2316 100644
--- a/docs/kbase/virtiofs.rst
+++ b/docs/kbase/virtiofs.rst
@@ -81,7 +81,7 @@ control and need to be set by the application running virtiofsd.
 
 ::
 
-  <filesystem type='mount'/>
+  <filesystem type='mount'>
     <driver type='virtiofs' queue='1024'/>
     <source socket='/var/virtiofsd.sock'/>
     <target dir='tag'/>
-- 
2.31.1