summaryrefslogtreecommitdiffstats
path: root/man3/CPU_SET.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/CPU_SET.3')
-rw-r--r--man3/CPU_SET.314
1 files changed, 7 insertions, 7 deletions
diff --git a/man3/CPU_SET.3 b/man3/CPU_SET.3
index 402910913..976c3ed65 100644
--- a/man3/CPU_SET.3
+++ b/man3/CPU_SET.3
@@ -64,7 +64,7 @@ The
.I cpu_set_t
data structure represents a set of CPUs.
CPU sets are used by
-.BR sched_setaffinity (2)
+.MR sched_setaffinity 2
and similar interfaces.
.P
The
@@ -217,7 +217,7 @@ return nonzero if the two CPU sets are equal; otherwise they return 0.
.BR CPU_ALLOC ()
returns a pointer on success, or NULL on failure.
(Errors are as for
-.BR malloc (3).)
+.MR malloc 3 .)
.P
.BR CPU_ALLOC_SIZE ()
returns the number of bytes required to store a
@@ -257,7 +257,7 @@ and
first appeared in glibc 2.7.
.SH NOTES
To duplicate a CPU set, use
-.BR memcpy (3).
+.MR memcpy 3 .
.P
Since CPU sets are bit masks allocated in units of long words,
the actual number of CPUs in a dynamically
@@ -342,7 +342,7 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR sched_setaffinity (2),
-.BR pthread_attr_setaffinity_np (3),
-.BR pthread_setaffinity_np (3),
-.BR cpuset (7)
+.MR sched_setaffinity 2 ,
+.MR pthread_attr_setaffinity_np 3 ,
+.MR pthread_setaffinity_np 3 ,
+.MR cpuset 7