summaryrefslogtreecommitdiffstats
path: root/man3/pthread_self.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_self.3')
-rw-r--r--man3/pthread_self.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/pthread_self.3 b/man3/pthread_self.3
index 9aa58314d..1104f97bb 100644
--- a/man3/pthread_self.3
+++ b/man3/pthread_self.3
@@ -23,7 +23,7 @@ function returns the ID of the calling thread.
This is the same value that is returned in
.I *thread
in the
-.BR pthread_create (3)
+.MR pthread_create 3
call that created this thread.
.SH RETURN VALUE
This function always succeeds, returning the calling thread's ID.
@@ -31,7 +31,7 @@ This function always succeeds, returning the calling thread's ID.
This function always succeeds.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -56,7 +56,7 @@ Therefore, variables of type
.I pthread_t
can't portably be compared using the C equality operator (\fB==\fP);
use
-.BR pthread_equal (3)
+.MR pthread_equal 3
instead.
.P
Thread identifiers should be considered opaque:
@@ -70,8 +70,8 @@ or a detached thread has terminated.
The thread ID returned by
.BR pthread_self ()
is not the same thing as the kernel thread ID returned by a call to
-.BR gettid (2).
+.MR gettid 2 .
.SH SEE ALSO
-.BR pthread_create (3),
-.BR pthread_equal (3),
-.BR pthreads (7)
+.MR pthread_create 3 ,
+.MR pthread_equal 3 ,
+.MR pthreads 7