summaryrefslogtreecommitdiffstats
path: root/lib/libc/posix1e
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2001-05-07 23:16:25 +0000
committerjedgar <jedgar@FreeBSD.org>2001-05-07 23:16:25 +0000
commit185b46ed24acbf906f613e6760b616ae3e859238 (patch)
treea12d5aacfb3ae5b6c2276b6710e0a2b803d5eb9d /lib/libc/posix1e
parent9e7f330c4891d589999a906ac88f36202edb1009 (diff)
downloadFreeBSD-src-185b46ed24acbf906f613e6760b616ae3e859238.zip
FreeBSD-src-185b46ed24acbf906f613e6760b616ae3e859238.tar.gz
Correct prototype (entry_p -> *entry_p)
Submitted by: Alex Zepeda <jazepeda@pacbell.net>
Diffstat (limited to 'lib/libc/posix1e')
-rw-r--r--lib/libc/posix1e/acl_get_entry.32
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 e9269c9..66c60e3 100644
--- a/lib/libc/posix1e/acl_get_entry.3
+++ b/lib/libc/posix1e/acl_get_entry.3
@@ -37,7 +37,7 @@
.Fd #include <sys/types.h>
.Fd #include <sys/acl.h>
.Ft void *
-.Fn acl_get_entry "acl_t acl" "int entry_id" "acl_entry_t entry_p"
+.Fn acl_get_entry "acl_t acl" "int entry_id" "acl_entry_t *entry_p"
.Sh DESCRIPTION
.Fn acl_get_entry
is a POSIX.1e call that retrieves a descriptor for an ACL entry
OpenPOWER on IntegriCloud