summaryrefslogtreecommitdiffstats
path: root/man3/sched_getcpu.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sched_getcpu.3')
-rw-r--r--man3/sched_getcpu.312
1 files changed, 6 insertions, 6 deletions
diff --git a/man3/sched_getcpu.3 b/man3/sched_getcpu.3
index f45d80054..c95f75af8 100644
--- a/man3/sched_getcpu.3
+++ b/man3/sched_getcpu.3
@@ -19,7 +19,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR sched_getcpu ():
@@ -45,10 +45,10 @@ is set to indicate the error.
.TP
.B ENOSYS
This kernel does not implement
-.BR getcpu (2).
+.MR getcpu 2 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -74,7 +74,7 @@ cpu = sched_getcpu();
.in
.P
is equivalent to the following
-.BR getcpu (2)
+.MR getcpu 2
call:
.P
.in +4n
@@ -85,5 +85,5 @@ cpu = (s == \-1) ? s : c;
.EE
.in
.SH SEE ALSO
-.BR getcpu (2),
-.BR sched (7)
+.MR getcpu 2 ,
+.MR sched 7