aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-05-16 09:50:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-05-16 09:50:12 +0000
commit9af42d27b1b5799da7e05dc27bb8a7b3f2624d52 (patch)
tree1023f7dead6ed8441ece1fb36b673efbd8d803f9
parent8fcaaa2e12d5017310f6ba04cb30f5e1e5a51df8 (diff)
downloadsrc-9af42d27b1b5799da7e05dc27bb8a7b3f2624d52.tar.gz
src-9af42d27b1b5799da7e05dc27bb8a7b3f2624d52.zip
mdoc(7) police: fix markup.
Notes
Notes: svn path=/head/; revision=76673
-rw-r--r--lib/libc/posix1e/acl_get_entry.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3
index 66c60e31d650..179849708d28 100644
--- a/lib/libc/posix1e/acl_get_entry.3
+++ b/lib/libc/posix1e/acl_get_entry.3
@@ -70,17 +70,16 @@ or a previous successfull call to
.Fn acl_get_fd ,
.Fn acl_get_file ,
.Fn acl_set_fd ,
-.Fn acl_set_file,
+.Fn acl_set_file ,
or
.Fn acl_valid ,
then the result is unspecified.
-.Pp
.Sh RETURN VALUES
If the
.Fn acl_get_entry
function successfully obtains an ACL entry, a value of 1 is returned.
If the ACL has no ACL entries, the
-.Fn function
+.Fn acl_get_entry
returns a value of 0. If the value of
.Fa entry_id
is
@@ -93,6 +92,7 @@ a value of 0 will be returned until a successful call with
of
.Dv ACL_FIRST_ENTRY
is made. Otherwise, a value of -1 will be returned and
+the global variable
.Va errno
will be set to indicate the error.
.Sh ERRORS
@@ -107,8 +107,9 @@ does not point to a valid ACL. Argument
.Fa entry_id
is neither
.Dv ACL_FIRST_ENTRY
-nor
+nor
.Dv ACL_NEXT_ENTRY .
+.El
.Sh SEE ALSO
.Xr acl 3 ,
.Xr acl_calc_mask 3 ,