summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-16 15:06:19 +0000
committerru <ru@FreeBSD.org>2001-04-16 15:06:19 +0000
commit91998be9f08b80fce9fa04a181e7786102d64ca8 (patch)
treec141e692b6c89b6e32cd64ef23266bd59c2c3a60 /lib/libc
parent06518a8e99ebc732d36e6a19562f08f6020120e7 (diff)
downloadFreeBSD-src-91998be9f08b80fce9fa04a181e7786102d64ca8.zip
FreeBSD-src-91998be9f08b80fce9fa04a181e7786102d64ca8.tar.gz
mdoc(7) police: fix markup.
Diffstat (limited to 'lib/libc')
-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