summaryrefslogtreecommitdiff
path: root/usr/src/man/man2/setpgrp.2
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man2/setpgrp.2')
-rw-r--r--usr/src/man/man2/setpgrp.257
1 files changed, 57 insertions, 0 deletions
diff --git a/usr/src/man/man2/setpgrp.2 b/usr/src/man/man2/setpgrp.2
new file mode 100644
index 0000000000..52ce46bf08
--- /dev/null
+++ b/usr/src/man/man2/setpgrp.2
@@ -0,0 +1,57 @@
+'\" te
+.\" Copyright 1989 AT&T Copyright (c) 2000, Sun Microsystems, Inc. All Rights Reserved
+.\" 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 setpgrp 2 "5 Jan 2000" "SunOS 5.11" "System Calls"
+.SH NAME
+setpgrp \- set process group ID
+.SH SYNOPSIS
+.LP
+.nf
+#include <sys/types.h>
+#include <unistd.h>
+
+\fBpid_t\fR \fBsetpgrp\fR(\fBvoid\fR);
+.fi
+
+.SH DESCRIPTION
+.sp
+.LP
+If the calling process is not already a session leader, the \fBsetpgrp()\fR
+function makes it one by setting its process group \fBID\fR and session
+\fBID\fR to the value of its process \fBID\fR, and releases its controlling
+terminal. See \fBIntro\fR(2) for more information on process group \fBID\fRs
+and session leaders.
+.SH RETURN VALUES
+.sp
+.LP
+The \fBsetpgrp()\fR function returns the value of the new process group
+\fBID\fR.
+.SH ERRORS
+.sp
+.LP
+No errors are defined.
+.SH ATTRIBUTES
+.sp
+.LP
+See \fBattributes\fR(5) for descriptions of the following attributes:
+.sp
+
+.sp
+.TS
+tab() box;
+cw(2.75i) |cw(2.75i)
+lw(2.75i) |lw(2.75i)
+.
+ATTRIBUTE TYPEATTRIBUTE VALUE
+_
+Interface StabilityStandard
+.TE
+
+.SH SEE ALSO
+.sp
+.LP
+\fBsetpgrp\fR(1), \fBIntro\fR(2), \fBexec\fR(2), \fBfork\fR(2),
+\fBgetpid\fR(2), \fBgetsid\fR(2), \fBkill\fR(2), \fBsignal\fR(3C),
+\fBattributes\fR(5), \fBstandards\fR(5)