Add #include <sys/types.h> to SYNOPSIS section, as it is needed too.

This commit is contained in:
jtc 1993-10-04 18:01:12 +00:00
parent fcd7123054
commit e7b64d20b2
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)chown.2 6.7 (Berkeley) 3/10/91
.\" $Id: chown.2,v 1.2 1993/08/01 07:43:18 mycroft Exp $
.\" $Id: chown.2,v 1.3 1993/10/04 18:01:12 jtc Exp $
.\"
.Dd March 10, 1991
.Dt CHOWN 2
@ -40,6 +40,7 @@
.Nm fchown
.Nd change owner and group of a file
.Sh SYNOPSIS
.Fd #include <sys/types.h>
.Fd #include <unistd.h>
.Ft int
.Fn chown "const char *path" "uid_t owner" "gid_t group"