diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1 index 16faf7743b7f..a5320e2f8bf2 100644 --- a/bin/getfacl/getfacl.1 +++ b/bin/getfacl/getfacl.1 @@ -63,7 +63,7 @@ An error is generated if a default ACL cannot be associated with .Ar file . .It Fl h If the target of the operation is a symbolic link, return the ACL from -the symbol link itself rather than following the link. +the symbolic link itself rather than following the link. .El .Pp The following operand is available: diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3 index 0899bf377d69..25ead88e0011 100644 --- a/lib/libc/posix1e/acl_get.3 +++ b/lib/libc/posix1e/acl_get.3 @@ -54,6 +54,7 @@ The .Fn acl_get_fd , .Fn acl_get_file , .Fn acl_get_link_np , +and .Fn acl_get_fd_np each allow the retrieval of an ACL from a file. The