Fixed wrong function return types in synopsis.

This commit is contained in:
Bruce Evans 2000-03-03 05:28:51 +00:00
parent ea6f1fa37f
commit 97d186bc82
4 changed files with 8 additions and 8 deletions

View File

@ -34,7 +34,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/acl.h>
.Ft int
.Ft acl_t
.Fn acl_from_text "const char *buf_p"
.Sh DESCRIPTION
The

View File

@ -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

View File

@ -34,7 +34,7 @@
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <sys/acl.h>
.Ft int
.Ft acl_t
.Fn acl_from_text "const char *buf_p"
.Sh DESCRIPTION
The

View File

@ -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