diff options
Diffstat (limited to 'lib/libc/sys/getgroups.2')
| -rw-r--r-- | lib/libc/sys/getgroups.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getgroups.2 b/lib/libc/sys/getgroups.2 index 418a15e5607..d2b8ba49fe7 100644 --- a/lib/libc/sys/getgroups.2 +++ b/lib/libc/sys/getgroups.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: getgroups.2,v 1.10 1998/02/16 15:35:07 kleink Exp $ +.\" $NetBSD: getgroups.2,v 1.11 1998/08/29 08:32:37 lukem Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -45,7 +45,7 @@ .Ft int .Fn getgroups "int gidsetlen" "gid_t *gidset" .Sh DESCRIPTION -.Fn Getgroups +.Fn getgroups gets the current group access list of the current user process and stores it in the array .Fa gidset . @@ -53,7 +53,7 @@ The parameter .Fa gidsetlen indicates the number of entries that may be placed in .Fa gidset . -.Fn Getgroups +.Fn getgroups returns the actual number of groups returned in .Fa gidset . No more than |
