summaryrefslogtreecommitdiffstats
path: root/man3/pthread_getcpuclockid.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_getcpuclockid.3')
-rw-r--r--man3/pthread_getcpuclockid.322
1 files changed, 11 insertions, 11 deletions
diff --git a/man3/pthread_getcpuclockid.3 b/man3/pthread_getcpuclockid.3
index e352dfbce..66946e3cc 100644
--- a/man3/pthread_getcpuclockid.3
+++ b/man3/pthread_getcpuclockid.3
@@ -47,7 +47,7 @@ No thread with the ID
could be found.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -70,14 +70,14 @@ When
refers to the calling thread,
this function returns an identifier that refers to the same clock
manipulated by
-.BR clock_gettime (2)
+.MR clock_gettime 2
and
-.BR clock_settime (2)
+.MR clock_settime 2
when given the clock ID
.BR CLOCK_THREAD_CPUTIME_ID .
.SH EXAMPLES
The program below creates a thread and then uses
-.BR clock_gettime (2)
+.MR clock_gettime 2
to retrieve the total process CPU time,
and the per-thread CPU time consumed by the two threads.
The following shell session shows an example run:
@@ -171,10 +171,10 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR clock_gettime (2),
-.BR clock_settime (2),
-.BR timer_create (2),
-.BR clock_getcpuclockid (3),
-.BR pthread_self (3),
-.BR pthreads (7),
-.BR time (7)
+.MR clock_gettime 2 ,
+.MR clock_settime 2 ,
+.MR timer_create 2 ,
+.MR clock_getcpuclockid 3 ,
+.MR pthread_self 3 ,
+.MR pthreads 7 ,
+.MR time 7