diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:11:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1995-12-14 02:11:40 +0000 |
commit | 58a217ad5ea4fd9961e98c728832618fd44e8646 (patch) | |
tree | 0f3fadb0287c322f8b9edd15a1a36ad9f3ca1a06 /lib/libc/gen | |
parent | 35304edda8fda1cf4a913b153cf7b5a4614309fa (diff) |
getgrouplist() returns array of gid_t
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getgrouplist.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3 index 30793153471..6a1fab62891 100644 --- a/lib/libc/gen/getgrouplist.3 +++ b/lib/libc/gen/getgrouplist.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: getgrouplist.3,v 1.2 1995/02/25 13:41:05 cgd Exp $ +.\" $NetBSD: getgrouplist.3,v 1.3 1995/10/12 15:39:23 jtc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -42,7 +42,7 @@ .Sh SYNOPSIS .Fd #include <unistd.h> .Ft int -.Fn getgrouplist "const char *name" "int basegid" "int *groups" "int *ngroups" +.Fn getgrouplist "const char *name" "gid_t basegid" "gid_t *groups" "int *ngroups" .Sh DESCRIPTION The .Fn getgrouplist |