summaryrefslogtreecommitdiffstats
path: root/man2/getcpu.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/getcpu.2')
-rw-r--r--man2/getcpu.216
1 files changed, 8 insertions, 8 deletions
diff --git a/man2/getcpu.2 b/man2/getcpu.2
index 72c500f97..b2489dedb 100644
--- a/man2/getcpu.2
+++ b/man2/getcpu.2
@@ -40,7 +40,7 @@ The information placed in
.I cpu
is guaranteed to be current only at the time of the call:
unless the CPU affinity has been fixed using
-.BR sched_setaffinity (2),
+.MR sched_setaffinity 2 ,
the kernel might change the CPU at any time.
(Normally this does not happen
because the scheduler tries to minimize movements between CPUs to
@@ -133,15 +133,15 @@ migrating threads between CPUs, and so the argument is now ignored.
.SH NOTES
Linux makes a best effort to make this call as fast as possible.
(On some architectures, this is done via an implementation in the
-.BR vdso (7).)
+.MR vdso 7 .)
The intention of
.BR getcpu ()
is to allow programs to make optimizations with per-CPU data
or for NUMA optimization.
.SH SEE ALSO
-.BR mbind (2),
-.BR sched_setaffinity (2),
-.BR set_mempolicy (2),
-.BR sched_getcpu (3),
-.BR cpuset (7),
-.BR vdso (7)
+.MR mbind 2 ,
+.MR sched_setaffinity 2 ,
+.MR set_mempolicy 2 ,
+.MR sched_getcpu 3 ,
+.MR cpuset 7 ,
+.MR vdso 7