summaryrefslogtreecommitdiffstats
path: root/man3/pthread_getattr_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_getattr_np.3')
-rw-r--r--man3/pthread_getattr_np.336
1 files changed, 18 insertions, 18 deletions
diff --git a/man3/pthread_getattr_np.3 b/man3/pthread_getattr_np.3
index 2c9d7c196..8e14a9704 100644
--- a/man3/pthread_getattr_np.3
+++ b/man3/pthread_getattr_np.3
@@ -29,7 +29,7 @@ The returned attribute values may differ from
the corresponding attribute values passed in the
.I attr
object that was used to create the thread using
-.BR pthread_create (3).
+.MR pthread_create 3 .
In particular, the following attributes may differ:
.IP \[bu] 3
the detach state, since a joinable thread may have detached itself
@@ -51,7 +51,7 @@ stack address that the implementation selected for the thread.
When the thread attributes object returned by
.BR pthread_getattr_np ()
is no longer required, it should be destroyed using
-.BR pthread_attr_destroy (3).
+.MR pthread_attr_destroy 3 .
.SH RETURN VALUE
On success, this function returns 0;
on error, it returns a nonzero error number.
@@ -66,18 +66,18 @@ In addition, if
refers to the main thread, then
.BR pthread_getattr_np ()
can fail because of errors from various underlying calls:
-.BR fopen (3),
+.MR fopen 3 ,
if
.I /proc/self/maps
can't be opened;
and
-.BR getrlimit (2),
+.MR getrlimit 2 ,
if the
.B RLIMIT_STACK
resource limit is not supported.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -341,16 +341,16 @@ main(int argc, char *argv[])
.SH SEE ALSO
.ad l
.nh
-.BR pthread_attr_getaffinity_np (3),
-.BR pthread_attr_getdetachstate (3),
-.BR pthread_attr_getguardsize (3),
-.BR pthread_attr_getinheritsched (3),
-.BR pthread_attr_getschedparam (3),
-.BR pthread_attr_getschedpolicy (3),
-.BR pthread_attr_getscope (3),
-.BR pthread_attr_getstack (3),
-.BR pthread_attr_getstackaddr (3),
-.BR pthread_attr_getstacksize (3),
-.BR pthread_attr_init (3),
-.BR pthread_create (3),
-.BR pthreads (7)
+.MR pthread_attr_getaffinity_np 3 ,
+.MR pthread_attr_getdetachstate 3 ,
+.MR pthread_attr_getguardsize 3 ,
+.MR pthread_attr_getinheritsched 3 ,
+.MR pthread_attr_getschedparam 3 ,
+.MR pthread_attr_getschedpolicy 3 ,
+.MR pthread_attr_getscope 3 ,
+.MR pthread_attr_getstack 3 ,
+.MR pthread_attr_getstackaddr 3 ,
+.MR pthread_attr_getstacksize 3 ,
+.MR pthread_attr_init 3 ,
+.MR pthread_create 3 ,
+.MR pthreads 7