summaryrefslogtreecommitdiff
path: root/usr/src/man/man3c/thr_min_stack.3c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man3c/thr_min_stack.3c')
-rw-r--r--usr/src/man/man3c/thr_min_stack.3c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr/src/man/man3c/thr_min_stack.3c b/usr/src/man/man3c/thr_min_stack.3c
index 4229aabc21..252fc81551 100644
--- a/usr/src/man/man3c/thr_min_stack.3c
+++ b/usr/src/man/man3c/thr_min_stack.3c
@@ -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 THR_MIN_STACK 3C "May 12, 1998"
+.TH THR_MIN_STACK 3C "Nov 26, 2017"
.SH NAME
thr_min_stack \- return the minimum-allowable size for a thread's stack
.SH SYNOPSIS
@@ -16,11 +16,10 @@ cc -mt [ \fIflag\fR... ] \fIfile\fR...[ \fIlibrary\fR... ]
.fi
.SH DESCRIPTION
-.sp
.LP
When a thread is created with a user-supplied stack, the user must reserve
enough space to run this thread. In a dynamically linked execution environment,
-it is very hard to know what the minimum stack requirments are for a thread.
+it is very hard to know what the minimum stack requirements are for a thread.
The function \fBthr_min_stack()\fR returns the amount of space needed to
execute a null thread. This is a thread that was created to execute a null
procedure. A thread that does something useful should have a stack size that is
@@ -67,7 +66,6 @@ main(\|) {
.in -2
.SH ATTRIBUTES
-.sp
.LP
See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
@@ -83,6 +81,5 @@ MT-Level MT-Safe
.TE
.SH SEE ALSO
-.sp
.LP
\fBattributes\fR(5), \fBstandards\fR(5)