summaryrefslogtreecommitdiffstats
path: root/man3/pthread_tryjoin_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_tryjoin_np.3')
-rw-r--r--man3/pthread_tryjoin_np.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/pthread_tryjoin_np.3 b/man3/pthread_tryjoin_np.3
index 61c3f206d..8a2b6d275 100644
--- a/man3/pthread_tryjoin_np.3
+++ b/man3/pthread_tryjoin_np.3
@@ -22,7 +22,7 @@ POSIX threads library
.fi
.SH DESCRIPTION
These functions operate in the same way as
-.BR pthread_join (3),
+.MR pthread_join 3 ,
except for the differences described on this page.
.P
The
@@ -34,7 +34,7 @@ returning the exit status of the thread in
If
.I thread
has not yet terminated, then instead of blocking, as is done by
-.BR pthread_join (3),
+.MR pthread_join 3 ,
the call returns an error.
.P
The
@@ -55,17 +55,17 @@ the call returns an error.
The
.I abstime
argument is a
-.BR timespec (3)
+.MR timespec 3
structure,
specifying an absolute time measured since the Epoch (see
-.BR time (2)).
+.MR time 2 ).
.SH RETURN VALUE
On success,
these functions return 0;
on error, they return an error number.
.SH ERRORS
These functions can fail with the same errors as
-.BR pthread_join (3).
+.MR pthread_join 3 .
.BR pthread_tryjoin_np ()
can in addition fail with the following error:
.TP
@@ -94,7 +94,7 @@ never returns the error
.BR EINTR .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -147,8 +147,8 @@ if (s != 0) {
.EE
.in
.SH SEE ALSO
-.BR clock_gettime (2),
-.BR pthread_exit (3),
-.BR pthread_join (3),
-.BR timespec (3),
-.BR pthreads (7)
+.MR clock_gettime 2 ,
+.MR pthread_exit 3 ,
+.MR pthread_join 3 ,
+.MR timespec 3 ,
+.MR pthreads 7