summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2016-03-07 20:13:22 +0100
committerAndreas Gruenbacher <agruenba@redhat.com>2016-03-07 20:13:22 +0100
commit977728c6f3640a1ffc7ceecc03781058cc328585 (patch)
tree2e472f7edfae97da75b1414a6dfc0cec479ff442
parent5d1d2c80426f95db215a1484befcf5ccfa94b2b1 (diff)
downloadacl-977728c6f3640a1ffc7ceecc03781058cc328585.tar.gz
Minor man-page clarifications
-rw-r--r--man/man3/acl_add_perm.31
-rw-r--r--man/man3/acl_delete_perm.31
-rw-r--r--man/man3/acl_get_perm.31
3 files changed, 3 insertions, 0 deletions
diff --git a/man/man3/acl_add_perm.3 b/man/man3/acl_add_perm.3
index 2119832..a3e554f 100644
--- a/man/man3/acl_add_perm.3
+++ b/man/man3/acl_add_perm.3
@@ -39,6 +39,7 @@ The
.Fn acl_add_perm
function adds the permission contained in the argument
.Va perm
+(one of ACL_READ, ACL_WRITE, ACL_EXECUTE)
to the permission set referred to by the argument
.Va permset_d .
An attempt to add a permission that is already contained in the permission
diff --git a/man/man3/acl_delete_perm.3 b/man/man3/acl_delete_perm.3
index f87a95e..11b9c45 100644
--- a/man/man3/acl_delete_perm.3
+++ b/man/man3/acl_delete_perm.3
@@ -39,6 +39,7 @@ The
.Fn acl_delete_perm
function deletes the permission contained in the argument
.Va perm
+(one of ACL_READ, ACL_WRITE, ACL_EXECUTE)
from the permission set referred to by the argument
.Va permset_d .
An attempt to delete a permission that is not contained in the permission
diff --git a/man/man3/acl_get_perm.3 b/man/man3/acl_get_perm.3
index d7f6c37..53e9a3b 100644
--- a/man/man3/acl_get_perm.3
+++ b/man/man3/acl_get_perm.3
@@ -39,6 +39,7 @@ The
.Fn acl_get_perm
function tests if the permission specified by the argument
.Va perm
+(one of ACL_READ, ACL_WRITE, ACL_EXECUTE)
is contained in the ACL permission set pointed to by the argument
.Va permset_d .
.Pp