From d83d7a1636b0713b049f5450b90121d406636b50 Mon Sep 17 00:00:00 2001 From: bde Date: Fri, 3 Mar 2000 05:28:51 +0000 Subject: Fixed wrong function return types in synopsis. --- lib/libposix1e/acl_from_text.3 | 2 +- lib/libposix1e/acl_get.3 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/libposix1e') diff --git a/lib/libposix1e/acl_from_text.3 b/lib/libposix1e/acl_from_text.3 index 3c9a8ce..7763761 100644 --- a/lib/libposix1e/acl_from_text.3 +++ b/lib/libposix1e/acl_from_text.3 @@ -34,7 +34,7 @@ .Sh SYNOPSIS .Fd #include .Fd #include -.Ft int +.Ft acl_t .Fn acl_from_text "const char *buf_p" .Sh DESCRIPTION The diff --git a/lib/libposix1e/acl_get.3 b/lib/libposix1e/acl_get.3 index b6eec2f..7781e40 100644 --- a/lib/libposix1e/acl_get.3 +++ b/lib/libposix1e/acl_get.3 @@ -36,11 +36,11 @@ .Sh SYNOPSIS .Fd #include .Fd #include -.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 -- cgit v1.1