From 185b46ed24acbf906f613e6760b616ae3e859238 Mon Sep 17 00:00:00 2001 From: jedgar Date: Mon, 7 May 2001 23:16:25 +0000 Subject: Correct prototype (entry_p -> *entry_p) Submitted by: Alex Zepeda --- lib/libc/posix1e/acl_get_entry.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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 .Fd #include .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 -- cgit v1.1