From 977728c6f3640a1ffc7ceecc03781058cc328585 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Mon, 7 Mar 2016 20:13:22 +0100 Subject: Minor man-page clarifications --- man/man3/acl_add_perm.3 | 1 + man/man3/acl_delete_perm.3 | 1 + man/man3/acl_get_perm.3 | 1 + 3 files changed, 3 insertions(+) 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 -- cgit v1.2.1