Skip to content

Commit af94f14

Browse files
committed
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 <[email protected]> Reviewed-by: Dr. David Alan Gilbert <[email protected]> Reviewed-by: Stefan Hajnoczi <[email protected]> Message-Id: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 771f3be commit af94f14

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/tools/virtiofsd.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ xattr-mapping Examples
239239

240240
::
241241

242-
-o xattrmap=":prefix:all::user.virtiofs.::bad:all:::"
242+
-o xattrmap=":prefix:all::user.virtiofs.::bad:all:::"
243243

244244

245245
This uses two rules, using : as the field separator;
@@ -250,7 +250,8 @@ the host set.
250250
This is equivalent to the 'map' rule:
251251

252252
::
253-
-o xattrmap=":map::user.virtiofs.:"
253+
254+
-o xattrmap=":map::user.virtiofs.:"
254255

255256
2) Prefix 'trusted.' attributes, allow others through
256257

@@ -277,7 +278,8 @@ through.
277278
This is equivalent to the 'map' rule:
278279

279280
::
280-
-o xattrmap="/map/trusted./user.virtiofs./"
281+
282+
-o xattrmap="/map/trusted./user.virtiofs./"
281283

282284
3) Hide 'security.' attributes, and allow everything else
283285

0 commit comments

Comments
 (0)