From 37cac12a18913daa57549d629c67b67ff291b87e Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 14 Dec 1995 02:11:39 +0000 Subject: [PATCH] getgrouplist() returns array of gid_t --- lib/libc/gen/getgrouplist.3 | 4 ++-- 1 file 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 .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 -- 2.20.1