summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/getfacl/getfacl.12
-rw-r--r--lib/libc/posix1e/acl_get.31
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index 16faf77..a5320e2 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 0899bf3..25ead88 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
OpenPOWER on IntegriCloud