From d2dcbe6238d0c417f5c873a8da3788dabdf73d7f Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Wed, 3 Oct 2001 16:25:08 +0000 Subject: [PATCH] Fixed return type in synopsis. --- lib/libc/posix1e/acl_get_entry.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/posix1e/acl_get_entry.3 b/lib/libc/posix1e/acl_get_entry.3 index 96cd55aa3fe..94e23216444 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