aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThomas Huth <thuth@redhat.com>2021-06-07 20:00:15 +0200
committerThomas Huth <thuth@redhat.com>2021-06-21 05:43:11 +0200
commitaf94f14046e29e667edb6f802a108162b4890972 (patch)
tree124f794cb7eccee7c4d250094fc0fd1a82e988c4 /docs
parent771f3be1b5d6c540c427bc7274ab36e2cccba694 (diff)
downloadqemu-af94f14046e29e667edb6f802a108162b4890972.zip
qemu-af94f14046e29e667edb6f802a108162b4890972.tar.gz
qemu-af94f14046e29e667edb6f802a108162b4890972.tar.bz2
docs/tools/virtiofsd: Fix bad rst syntax
For literal blocks, there has to be an empty line after the two colons, and the block itself should be indented. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-Id: <20210607180015.924571-1-thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/tools/virtiofsd.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst
index 265a39b..4911e79 100644
--- a/docs/tools/virtiofsd.rst
+++ b/docs/tools/virtiofsd.rst
@@ -239,7 +239,7 @@ xattr-mapping Examples
::
--o xattrmap=":prefix:all::user.virtiofs.::bad:all:::"
+ -o xattrmap=":prefix:all::user.virtiofs.::bad:all:::"
This uses two rules, using : as the field separator;
@@ -250,7 +250,8 @@ the host set.
This is equivalent to the 'map' rule:
::
--o xattrmap=":map::user.virtiofs.:"
+
+ -o xattrmap=":map::user.virtiofs.:"
2) Prefix 'trusted.' attributes, allow others through
@@ -277,7 +278,8 @@ through.
This is equivalent to the 'map' rule:
::
--o xattrmap="/map/trusted./user.virtiofs./"
+
+ -o xattrmap="/map/trusted./user.virtiofs./"
3) Hide 'security.' attributes, and allow everything else