diff options
Diffstat (limited to 'lib/libc/posix1e/acl_get.3')
-rw-r--r-- | lib/libc/posix1e/acl_get.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/posix1e/acl_get.3 b/lib/libc/posix1e/acl_get.3 index b6eec2f..7781e40 100644 --- a/lib/libc/posix1e/acl_get.3 +++ b/lib/libc/posix1e/acl_get.3 @@ -36,11 +36,11 @@ .Sh SYNOPSIS .Fd #include <sys/types.h> .Fd #include <sys/acl.h> -.Ft int +.Ft acl_t .Fn acl_get_file "const char *path_p" "acl_type_t type" -.Ft int +.Ft acl_t .Fn acl_get_fd "int fd" -.Ft int +.Ft acl_t .Fn acl_get_fd_np "int fd" "acl_type_t type" .Sh DESCRIPTION The |