diff options
author | ru <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-11-17 13:00:00 +0000 |
commit | 928d297eeb1b1084c1525eb3aba0cee109fed2b6 (patch) | |
tree | 8357787c5962631f6dc96a7483518171f91c2b20 /lib/libc/posix1e | |
parent | be367893cde807eabde21d3c27468e630a24c071 (diff) | |
download | FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.zip FreeBSD-src-928d297eeb1b1084c1525eb3aba0cee109fed2b6.tar.gz |
-mdoc sweep.
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r-- | lib/libc/posix1e/acl_get_entry.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3 index 8b9f135..42e03c1 100644 --- a/lib/libc/posix1e/acl_get_entry.3 +++ b/lib/libc/posix1e/acl_get_entry.3 @@ -79,7 +79,7 @@ then the result is unspecified. .Sh RETURN VALUES If the .Fn acl_get_entry -function successfuly obtains an ACL entry, a value of 1 is returned. +function successfully obtains an ACL entry, a value of 1 is returned. If the ACL has no ACL entries, the .Fn acl_get_entry returns a value of 0. |