getgrouplist.3 (58f0484fa251c266ede97b591b499fe3dd4f578e) getgrouplist.3 (7bdf80e5714a8b59a2bfda90f367be4612df033e)
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 65 unchanged lines hidden (view full) ---

74group membership list
75.El
76.Sh SEE ALSO
77.Xr setgroups 2 ,
78.Xr initgroups 3
79.Sh HISTORY
80The
81.Fn getgrouplist
1.\" Copyright (c) 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 65 unchanged lines hidden (view full) ---

74group membership list
75.El
76.Sh SEE ALSO
77.Xr setgroups 2 ,
78.Xr initgroups 3
79.Sh HISTORY
80The
81.Fn getgrouplist
82function first appeared in 4.4BSD.
82function first appeared in
83.Bx 4.4 .
83.Sh BUGS
84The
85.Fn getgrouplist
86function
87uses the routines based on
88.Xr getgrent 3 .
89If the invoking program uses any of these routines,
90the group structure will
91be overwritten in the call to
92.Fn getgrouplist .
84.Sh BUGS
85The
86.Fn getgrouplist
87function
88uses the routines based on
89.Xr getgrent 3 .
90If the invoking program uses any of these routines,
91the group structure will
92be overwritten in the call to
93.Fn getgrouplist .