diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-16 15:06:19 +0000 | 
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-04-16 15:06:19 +0000 | 
| commit | 6061acb30c4dc248b5c245c56766b937b8f16809 (patch) | |
| tree | 90cb03524e812bf5a874d382cee77bafd4262394 /lib/libc | |
| parent | 6a01974b787e31ee99ec5a26a0ebfd843d399740 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/posix1e/acl_get_perm_np.3 | 10 | 
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 10b0cd1748b0..9145c3222592 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  | 
