summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e/acl_delete_entry.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-03-19 08:08:22 +0000
committerru <ru@FreeBSD.org>2001-03-19 08:08:22 +0000
commitfecb712e8b6b2c879eaca8f033bc888acb7efd1a (patch)
tree54f9f17f0ad7b3d653e92fcd61d5045d440dae8b /lib/libc/posix1e/acl_delete_entry.3
parent892b1c2c27421379e28fb78c620a17b16e2fbf70 (diff)
downloadFreeBSD-src-fecb712e8b6b2c879eaca8f033bc888acb7efd1a.zip
FreeBSD-src-fecb712e8b6b2c879eaca8f033bc888acb7efd1a.tar.gz
mdoc(7) police:
- lowercase Nd argument - mark function arguments with Fa - mark defined values with Dv - simply copying POSIX text for RETURN VALUES and ERRORS sections is not always a good idea. POSIX uses the word "shall" indicating the behavior the correct implementation should follow.
Diffstat (limited to 'lib/libc/posix1e/acl_delete_entry.3')
-rw-r--r--lib/libc/posix1e/acl_delete_entry.328
1 files changed, 9 insertions, 19 deletions
diff --git a/lib/libc/posix1e/acl_delete_entry.3 b/lib/libc/posix1e/acl_delete_entry.3
index 256498c..453f72d 100644
--- a/lib/libc/posix1e/acl_delete_entry.3
+++ b/lib/libc/posix1e/acl_delete_entry.3
@@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm acl_delete_entry
-.Nd Delete an ACL entry from an ACL
+.Nd delete an ACL entry from an ACL
.Sh LIBRARY
.Lb libposix1e
.Sh SYNOPSIS
@@ -41,33 +41,23 @@
.Sh DESCRIPTION
.Fn acl_delete_entry
is a POSIX.1e call that removes the ACL entry
-.Ar entry_d
+.Fa entry_d
from ACL
-.Ar acl .
+.Fa acl .
.Sh RETURN VALUES
-Upon successful completion, the function shall return a value of
-.Va 0 .
-Otherwise, a value of
-.Va -1
-shall be returned, and
-.Va errno
-shall be set to indicate the error.
+.Rv -std acl_delete_entry
.Sh ERRORS
-If the following condition occurs, the
+The
.Fn acl_delete_entry
-function shall 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
+.Fa acl
does not point to a valid ACL. Argument
-.Ar entry_d
+.Fa entry_d
is not a valid descriptor for an ACL entry in
-.Ar acl .
+.Fa acl .
.El
.Sh SEE ALSO
.Xr acl 3 ,
OpenPOWER on IntegriCloud