Deleted Added
full compact
getgid.2 (14038) getgid.2 (20097)
1.\" Copyright (c) 1983, 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.

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

67.Fn getegid
68functions are always successful, and no return value is reserved to
69indicate an error.
70.Sh SEE ALSO
71.Xr getuid 2 ,
72.Xr setregid 2 ,
73.Xr setgid 2
74.Sh STANDARDS
1.\" Copyright (c) 1983, 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.

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

67.Fn getegid
68functions are always successful, and no return value is reserved to
69indicate an error.
70.Sh SEE ALSO
71.Xr getuid 2 ,
72.Xr setregid 2 ,
73.Xr setgid 2
74.Sh STANDARDS
75.Fn Getgid
75The
76.Fn getgid
76and
77.Fn getegid
77and
78.Fn getegid
78conform to IEEE Std 1003.1-1988
79.Pq Dq Tn POSIX .
79function calls are expected to conform to
80.St -p1003.1-90 .