summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setstackaddr.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setstackaddr.3')
-rw-r--r--man3/pthread_attr_setstackaddr.320
1 files changed, 10 insertions, 10 deletions
diff --git a/man3/pthread_attr_setstackaddr.3 b/man3/pthread_attr_setstackaddr.3
index 7f72b0f59..bca919414 100644
--- a/man3/pthread_attr_setstackaddr.3
+++ b/man3/pthread_attr_setstackaddr.3
@@ -26,9 +26,9 @@ POSIX threads library
These functions are obsolete:
.B do not use them.
Use
-.BR pthread_attr_setstack (3)
+.MR pthread_attr_setstack 3
and
-.BR pthread_attr_getstack (3)
+.MR pthread_attr_getstack 3
instead.
.P
The
@@ -64,7 +64,7 @@ No errors are defined
handle a possible error return).
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -100,16 +100,16 @@ address in the allocated stack area.
By contrast, the
.I stackaddr
used by
-.BR pthread_attr_setstack (3)
+.MR pthread_attr_setstack 3
and
-.BR pthread_attr_getstack (3),
+.MR pthread_attr_getstack 3 ,
is always a pointer to the lowest address in the allocated stack area
(and the
.I stacksize
argument specifies the range of the stack).
.SH SEE ALSO
-.BR pthread_attr_init (3),
-.BR pthread_attr_setstack (3),
-.BR pthread_attr_setstacksize (3),
-.BR pthread_create (3),
-.BR pthreads (7)
+.MR pthread_attr_init 3 ,
+.MR pthread_attr_setstack 3 ,
+.MR pthread_attr_setstacksize 3 ,
+.MR pthread_create 3 ,
+.MR pthreads 7