From 912d17dad238fa6ec0e083046e518f58c24a08c0 Mon Sep 17 00:00:00 2001 From: Jan Siwiec <jan.siwiec@vsb.cz> Date: Mon, 14 Jun 2021 09:00:07 +0000 Subject: [PATCH] Update nfs4-file-acl.md --- docs.it4i/storage/nfs4-file-acl.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs.it4i/storage/nfs4-file-acl.md b/docs.it4i/storage/nfs4-file-acl.md index 3114dc55a..7dd957270 100644 --- a/docs.it4i/storage/nfs4-file-acl.md +++ b/docs.it4i/storage/nfs4-file-acl.md @@ -9,7 +9,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo ``` ## ACE Elements -* <type> - one of: +* `<type>` - one of: | Flag | Name | | ---- | ----- | @@ -18,7 +18,7 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo | U | audit | | L | alarm | -* <flags> - zero or more (depending on <type>) of: +* `<flags>` - zero or more (depending on <type>) of: | Flag | Name | | ---- | ------------------------------------------- | @@ -30,9 +30,9 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo | F | failed-access | | g | group (denotes that <principal> is a group) | -* <principal> - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@" +* `<principal>` - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@" -* <permissions> - one or more of: +* `<permissions>` - one or more of: | Flag | Name | | ---- | --------------------------------- | -- GitLab