summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/libc/posix1e/acl_get_perm_np.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/posix1e/acl_get_perm_np.3 b/lib/libc/posix1e/acl_get_perm_np.3
index 10b0cd1..9145c32 100644
--- a/lib/libc/posix1e/acl_get_perm_np.3
+++ b/lib/libc/posix1e/acl_get_perm_np.3
@@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm acl_get_perm_np
-.Nd check if a permission is set in a permission set
+.Nd "check if a permission is set in a permission set"
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
@@ -48,16 +48,16 @@ If the permission in
is set in the permission set
.Fa permset_d ,
a value of
-.Va 1
+1
is returned, otherwise a value of
-.Va 0
+0
is returned.
.Sh ERRORS
If any of the following conditions occur, the
.Fn acl_get_perm_np
function will return a value of
-.Va -1
-and set
+\-1
+and set global variable
.Va errno
to the corresponding value:
.Bl -tag -width Er
OpenPOWER on IntegriCloud