summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setstacksize.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setstacksize.3')
-rw-r--r--man3/pthread_attr_setstacksize.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/pthread_attr_setstacksize.3 b/man3/pthread_attr_setstacksize.3
index 61816cc41..7cd88b882 100644
--- a/man3/pthread_attr_setstacksize.3
+++ b/man3/pthread_attr_setstacksize.3
@@ -62,7 +62,7 @@ if
is not a multiple of the system page size.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -81,13 +81,13 @@ These functions are provided since glibc 2.1.
POSIX.1-2001, POSIX.1-2008.
.SH NOTES
For details on the default stack size of new threads, see
-.BR pthread_create (3).
+.MR pthread_create 3 .
.P
A thread's stack size is fixed at the time of thread creation.
Only the main thread can dynamically grow its stack.
.P
The
-.BR pthread_attr_setstack (3)
+.MR pthread_attr_setstack 3
function allows an application to set both the size and location
of a caller-allocated stack that is to be used by a thread.
.SH BUGS
@@ -104,11 +104,11 @@ be at least
bytes.
.SH EXAMPLES
See
-.BR pthread_create (3).
+.MR pthread_create 3 .
.SH SEE ALSO
-.BR getrlimit (2),
-.BR pthread_attr_init (3),
-.BR pthread_attr_setguardsize (3),
-.BR pthread_attr_setstack (3),
-.BR pthread_create (3),
-.BR pthreads (7)
+.MR getrlimit 2 ,
+.MR pthread_attr_init 3 ,
+.MR pthread_attr_setguardsize 3 ,
+.MR pthread_attr_setstack 3 ,
+.MR pthread_create 3 ,
+.MR pthreads 7