diff options
author | Richard Laager <[email protected]> | 2018-12-26 15:50:14 -0600 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-12-26 13:50:14 -0800 |
commit | 06f3fc2a4b097545259935d54634c5c6f49ed20f (patch) | |
tree | 73e8dc1378b687725c6ce6d12fab848d84c97653 /man | |
parent | 3ec34e55271d433e3c2dbb861a886361e006ca0a (diff) |
Minor tweaks to zfs.8 man page for POSIX ACLs
* Capitalize POSIX in POSIX ACLs. This change makes the POSIX
in POSIX ACLs all caps, which is both correct and consistent with
the rest of the man page.
* Slightly reword part of zfs.8. I tweaked a sentence to add a
missing comma, and as long as I was editing, removed a couple
unnecessary words.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: bunder2015 <[email protected]>
Signed-off-by: Richard Laager <[email protected]>
Closes #8220
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zfs.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index f7c96eb08..28f1eb831 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -1082,7 +1082,7 @@ accordance to the requested mode from the application. .Pp The .Sy aclinherit -property does not apply to posix ACLs. +property does not apply to POSIX ACLs. .It Sy acltype Ns = Ns Sy off Ns | Ns Sy noacl Ns | Ns Sy posixacl Controls whether ACLs are enabled and if so what type of ACL to use. .Bl -tag -width "posixacl" @@ -1094,8 +1094,8 @@ property set to off then ACLs are disabled. an alias for .Sy off .It Sy posixacl -indicates posix ACLs should be used. Posix ACLs are specific to Linux and are -not functional on other platforms. Posix ACLs are stored as an extended +indicates POSIX ACLs should be used. POSIX ACLs are specific to Linux and are +not functional on other platforms. POSIX ACLs are stored as an extended attribute and therefore will not overwrite any existing NFSv4 ACLs which may be set. .El @@ -1104,8 +1104,8 @@ To obtain the best performance when setting .Sy posixacl users are strongly encouraged to set the .Sy xattr=sa -property. This will result in the posix ACL being stored more efficiently on -disk. But as a consequence of this all new extended attributes will only be +property. This will result in the POSIX ACL being stored more efficiently on +disk. But as a consequence, all new extended attributes will only be accessible from OpenZFS implementations which support the .Sy xattr=sa property. See the @@ -2161,7 +2161,7 @@ on platforms which do not support the feature. .Pp The use of system attribute based xattrs is strongly encouraged for users of -SELinux or posix ACLs. Both of these features heavily rely of extended +SELinux or POSIX ACLs. Both of these features heavily rely of extended attributes and benefit significantly from the reduced access time. .Pp The values |