Differences between version 4 and previous revision of getgid(2).
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Monday, December 30, 2002 3:54:23 am | by PerryLorier | Revert |
Older page: | version 3 | Last edited on Monday, December 30, 2002 3:48:38 am | by PerryLorier | Revert |
@@ -8,9 +8,9 @@
__gid_t getgid(void);__
!!DESCRIPTION
-getgid(2) returns the real group ID of the current process.
+getgid(2) returns the real group ID of the current process. A process may be a member of multiple groups, see getgroups(2) for more information
.
The real ID corresponds to the ID of the calling process. See [RealID] for more information.
!!ERRORS