diff options
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_get_qualifier.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/acl_get_tag_type.3 | 2 | ||||
-rw-r--r-- | lib/libc/posix1e/mac_set.3 | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/posix1e/acl.3 b/lib/libc/posix1e/acl.3 index fa5caebe7918..88e5d0baca62 100644 --- a/lib/libc/posix1e/acl.3 +++ b/lib/libc/posix1e/acl.3 @@ -41,7 +41,7 @@ permits file systems to export Access Control Lists via the VFS, and provides a library for userland access to and manipulation of these ACLs. Not all file systems provide support for ACLs, and some may require that -ACL support be explicitely enabled by the administrator. +ACL support be explicitly enabled by the administrator. The library calls include routines to allocate, duplicate, retrieve, set, and validate ACLs associated with file objects. As well as the POSIX.1e routines, there are a number of non-portable diff --git a/lib/libc/posix1e/acl_get_qualifier.3 b/lib/libc/posix1e/acl_get_qualifier.3 index a670ddb04c34..cdfe8826f637 100644 --- a/lib/libc/posix1e/acl_get_qualifier.3 +++ b/lib/libc/posix1e/acl_get_qualifier.3 @@ -66,7 +66,7 @@ then the value returned by will be a pointer to type .Vt gid_t . .Pp -If the value of the tag type in the ACL enty referred to by +If the value of the tag type in the ACL entry referred to by .Fa entry_d is .Dv ACL_UNDEFINED_TAG , ACL_USER_OBJ , ACL_GROUP_OBJ , diff --git a/lib/libc/posix1e/acl_get_tag_type.3 b/lib/libc/posix1e/acl_get_tag_type.3 index e84ad49b350f..ff225114a394 100644 --- a/lib/libc/posix1e/acl_get_tag_type.3 +++ b/lib/libc/posix1e/acl_get_tag_type.3 @@ -42,7 +42,7 @@ The .Fn acl_get_tag_type function -is a POSIX.1e call that returs the tag type for the ACL entry +is a POSIX.1e call that returns the tag type for the ACL entry .Fa entry_d . Upon successful completion, the location referred to by the argument .Fa tag_type_p diff --git a/lib/libc/posix1e/mac_set.3 b/lib/libc/posix1e/mac_set.3 index 92097753bfe9..d08741282ff7 100644 --- a/lib/libc/posix1e/mac_set.3 +++ b/lib/libc/posix1e/mac_set.3 @@ -101,7 +101,7 @@ Setting MAC labels is not supported by the file referenced by .Fa fd . .It Bq Er EPERM -The calling process had insufficient privelege +The calling process had insufficient privilege to change the MAC label. .It Bq Er EROFS File system for the object being modified |