From f64bb2f1c51157f592dc4edb740e4083dff34b17 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 14 Jun 2021 09:03:54 +0000
Subject: [PATCH] Update nfs4-file-acl.md

---
 docs.it4i/storage/nfs4-file-acl.md | 62 +++++++++++++++---------------
 1 file changed, 31 insertions(+), 31 deletions(-)

diff --git a/docs.it4i/storage/nfs4-file-acl.md b/docs.it4i/storage/nfs4-file-acl.md
index cbe6e38b6..ab43eff17 100644
--- a/docs.it4i/storage/nfs4-file-acl.md
+++ b/docs.it4i/storage/nfs4-file-acl.md
@@ -11,45 +11,45 @@ An NFSv4 ACE is written as a colon-delimited, 4-field string in the following fo
 
 1. `<type>` - one of:
 
-| Flag | Name  |
-| ---- | ----- |
-| A    | allow |
-| D    | deny  |
-| U    | audit |
-| L    | alarm |
+   | Flag | Name  |
+   | ---- | ----- |
+   | A    | allow |
+   | D    | deny  |
+   | U    | audit |
+   | L    | alarm |
 
 1. `<flags>` - zero or more (depending on <type>) of:
 
-| Flag | Name                                        |
-| ---- | ------------------------------------------- |
-| f    | file-inherit                                |
-| d    | directory-inherit                           |
-| p    | no-propagate-inherit                        |
-| i    | inherit-only                                |
-| S    | successful-access                           |
-| F    | failed-access                               |
-| g    | group (denotes that <principal> is a group) |
+   | Flag | Name                                        |
+   | ---- | ------------------------------------------- |
+   | f    | file-inherit                                |
+   | d    | directory-inherit                           |
+   | p    | no-propagate-inherit                        |
+   | i    | inherit-only                                |
+   | S    | successful-access                           |
+   | F    | failed-access                               |
+   | g    | group (denotes that <principal> is a group) |
 
 1. `<principal>` - named user or group, or one of: "OWNER@", "GROUP@", "EVERYONE@"
 
 1. `<permissions>` - one or more of:
 
-| Flag | Name                              |
-| ---- | --------------------------------- |
-| r    | read-data / list-directory        |
-| w    | write-data / create-file          |
-| a    | append-data / create-subdirectory |
-| x    | execute                           |
-| d    | delete                            |
-| D    | delete-child (directories only)   |
-| t    | read-attrs                        |
-| T    | write-attrs                       |
-| n    | read-named-attrs                  |
-| N    | write-named-attrs                 |
-| c    | read-ACL                          |
-| C    | write-ACL                         |
-| o    | write-owner                       |
-| y    | synchronize                       |
+   | Flag | Name                              |
+   | ---- | --------------------------------- |
+   | r    | read-data / list-directory        |
+   | w    | write-data / create-file          |
+   | a    | append-data / create-subdirectory |
+   | x    | execute                           |
+   | d    | delete                            |
+   | D    | delete-child (directories only)   |
+   | t    | read-attrs                        |
+   | T    | write-attrs                       |
+   | n    | read-named-attrs                  |
+   | N    | write-named-attrs                 |
+   | c    | read-ACL                          |
+   | C    | write-ACL                         |
+   | o    | write-owner                       |
+   | y    | synchronize                       |
 
 ## Example
 
-- 
GitLab