summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getgrouplist.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getgrouplist.3')
-rw-r--r--lib/libc/gen/getgrouplist.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3
index ecf53f2..da949c7 100644
--- a/lib/libc/gen/getgrouplist.3
+++ b/lib/libc/gen/getgrouplist.3
@@ -43,7 +43,7 @@
.Sh SYNOPSIS
.In 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
@@ -56,7 +56,7 @@ is automatically included in the groups list.
Typically this value is given as
the group number from the password file.
.Pp
-The resulting group list is returned in the integer array pointed to by
+The resulting group list is returned in the array pointed to by
.Fa groups .
The caller specifies the size of the
.Fa groups
OpenPOWER on IntegriCloud