summaryrefslogtreecommitdiffstats
path: root/man3/clock_getcpuclockid.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/clock_getcpuclockid.3')
-rw-r--r--man3/clock_getcpuclockid.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3
index 0d6e231d7..575fdb352 100644
--- a/man3/clock_getcpuclockid.3
+++ b/man3/clock_getcpuclockid.3
@@ -25,7 +25,7 @@ Real-time library
.ad l
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR clock_getcpuclockid ():
@@ -69,7 +69,7 @@ There is no process with the ID
.IR pid .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -88,7 +88,7 @@ glibc 2.2.
POSIX.1-2001.
.SH NOTES
Calling
-.BR clock_gettime (2)
+.MR clock_gettime 2
with the clock ID obtained by a call to
.BR clock_getcpuclockid ()
with a
@@ -100,7 +100,7 @@ is the same as using the clock ID
The example program below obtains the
CPU-time clock ID of the process whose ID is given on the command line,
and then uses
-.BR clock_gettime (2)
+.MR clock_gettime 2
to obtain the time on that clock.
An example run is the following:
.P
@@ -149,7 +149,7 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR clock_getres (2),
-.BR timer_create (2),
-.BR pthread_getcpuclockid (3),
-.BR time (7)
+.MR clock_getres 2 ,
+.MR timer_create 2 ,
+.MR pthread_getcpuclockid 3 ,
+.MR time 7