diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-10-03 16:25:08 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-10-03 16:25:08 +0000 |
| commit | d2dcbe6238d0c417f5c873a8da3788dabdf73d7f (patch) | |
| tree | 6a6442055c3ef4afd0a0ca04636ed7a92a5e302c | |
| parent | 861defc8e92a5209570b85a8f25a083d30cc190e (diff) | |
Notes
| -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 96cd55aa3fe8..94e232164441 100644 --- a/lib/libc/posix1e/acl_get_entry.3 +++ b/lib/libc/posix1e/acl_get_entry.3 @@ -36,7 +36,7 @@ .Sh SYNOPSIS .In sys/types.h .In sys/acl.h -.Ft void * +.Ft int .Fn acl_get_entry "acl_t acl" "int entry_id" "acl_entry_t *entry_p" .Sh DESCRIPTION .Fn acl_get_entry |
