summaryrefslogtreecommitdiff
path: root/usr/src/man/man2/setregid.2
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man2/setregid.2')
-rw-r--r--usr/src/man/man2/setregid.217
1 files changed, 6 insertions, 11 deletions
diff --git a/usr/src/man/man2/setregid.2 b/usr/src/man/man2/setregid.2
index 7f83e1b9cc..0b2832d2bb 100644
--- a/usr/src/man/man2/setregid.2
+++ b/usr/src/man/man2/setregid.2
@@ -3,7 +3,7 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH setregid 2 "22 Mar 2004" "SunOS 5.11" "System Calls"
+.TH SETREGID 2 "Mar 22, 2004"
.SH NAME
setregid \- set real and effective group IDs
.SH SYNOPSIS
@@ -50,24 +50,20 @@ changed.
The \fBsetregid()\fR function will fail if:
.sp
.ne 2
-.mk
.na
\fB\fBEINVAL\fR\fR
.ad
.RS 10n
-.rt
The value of \fIrgid\fR or \fIegid\fR is less than 0 or greater than
\fBUID_MAX\fR (defined in <\fBlimits.h\fR>).
.RE
.sp
.ne 2
-.mk
.na
\fB\fBEPERM\fR\fR
.ad
.RS 10n
-.rt
The {\fBPRIV_PROC_SETID\fR} privilege is not asserted in the effective set of
the calling processes and a change was specified other than changing the real
group \fBID\fR to the saved set-group-\fBID\fR or changing the effective group
@@ -88,13 +84,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityStandard
+Interface Stability Standard
.TE
.SH SEE ALSO