diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 19:11:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 19:11:12 +0000 |
commit | b2a110ce8991f3cd33c033c6958e5eddfc745d25 (patch) | |
tree | ff5df48915789b9684e897566ab951b011c428d7 /lib/libc/gen/getgrouplist.3 | |
parent | 289bd574ed697e90163fa7f9ceaeff389a7a4dd1 (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/getgrouplist.3')
-rw-r--r-- | lib/libc/gen/getgrouplist.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3 index f1cef5eb76f..faddaa8bd78 100644 --- a/lib/libc/gen/getgrouplist.3 +++ b/lib/libc/gen/getgrouplist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getgrouplist.3,v 1.4 1998/06/15 17:54:54 mickey Exp $ +.\" $OpenBSD: getgrouplist.3,v 1.5 1999/05/29 19:11:11 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -65,13 +65,13 @@ the actual number of groups found is returned in The .Fn getgrouplist function -returns \-1 if the size of the group list is too small to +returns -1 if the size of the group list is too small to hold all the user's groups. Here, the group array will be filled with as many groups as will fit. .Sh FILES .Bl -tag -width /etc/group -compact .It Pa /etc/group -group membership list +group database file .El .Sh SEE ALSO .Xr setgroups 2 , |