From 06f3fc2a4b097545259935d54634c5c6f49ed20f Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Wed, 26 Dec 2018 15:50:14 -0600 Subject: 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 Reviewed-by: Brian Behlendorf Reviewed-by: bunder2015 Signed-off-by: Richard Laager Closes #8220 --- man/man8/zfs.8 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'man/man8') 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 -- cgit v1.2.3