Changed SYNOPSIS, include <sys/types.h>.
Still need to change code and manpage such that gidset array is gid_t.
This commit is contained in:
parent
881b030573
commit
84aafdfd51
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)getgroups.2 6.7 (Berkeley) 3/10/91
|
||||
.\" $Id: getgroups.2,v 1.2 1993/08/01 07:43:03 mycroft Exp $
|
||||
.\" $Id: getgroups.2,v 1.3 1993/10/04 18:33:05 jtc Exp $
|
||||
.\"
|
||||
.Dd March 10, 1991
|
||||
.Dt GETGROUPS 2
|
||||
|
@ -40,6 +40,7 @@
|
|||
.Nd get group access list
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/param.h>
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <unistd.h>
|
||||
.Ft int
|
||||
.Fn getgroups "int gidsetlen" "int *gidset"
|
||||
|
|
Loading…
Reference in New Issue