summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_create_entry.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-23 09:39:35 +0000
committerru <ru@FreeBSD.org>2001-03-23 09:39:35 +0000
commitc85588469d4a9c305942d0c52e474b826e5fe74b (patch)
treef91f9db6a823c316b813725d1d04082dbcb0d669 /lib/libc/posix1e/acl_create_entry.3
parent75e6f3dfcf0eba6c76f285a5f533fba3a161da7e (diff)
downloadFreeBSD-src-c85588469d4a9c305942d0c52e474b826e5fe74b.zip
FreeBSD-src-c85588469d4a9c305942d0c52e474b826e5fe74b.tar.gz
mdoc(7) police: fix markup.
Diffstat (limited to 'lib/libc/posix1e/acl_create_entry.3')
-rw-r--r--lib/libc/posix1e/acl_create_entry.322
1 files changed, 6 insertions, 16 deletions
diff --git a/lib/libc/posix1e/acl_create_entry.3 b/lib/libc/posix1e/acl_create_entry.3
index c1e8cd3..1b94312 100644
--- a/lib/libc/posix1e/acl_create_entry.3
+++ b/lib/libc/posix1e/acl_create_entry.3
@@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm acl_create_entry
-.Nd Create a new ACL entry
+.Nd create a new ACL entry
.Sh LIBRARY
.Lb libposix1e
.Sh SYNOPSIS
@@ -42,27 +42,17 @@
.Fn acl_create_entry
is a POSIX.1e call that creates a new ACL entry in the ACL
pointed to by
-.Ar acl_p.
+.Fa acl_p .
.Sh RETURN VALUES
-Upon successful completion, the function will return a value of
-.Va 0 .
-Otherwise, a value of
-.Va -1
-will be returned, and
-.Va errno
-will be set to indicate the error.
+.Rv -std acl_create_entry
.Sh ERRORS
-If one of the following conditions occur, the
+The
.Fn acl_create_entry
-function will return a value of
-.Va -1
-and set
-.Va errno
-to the corresponding value:
+function fails if:
.Bl -tag -width Er
.It Bq Er EINVAL
Argument
-.Ar acl_p
+.Fa acl_p
does not point to a pointer to a valid ACL.
.It Bq Er ENOMEM
The ACL working storage requires more memory than is
OpenPOWER on IntegriCloud