summaryrefslogtreecommitdiffstats
path: root/man3/pthread_attr_setaffinity_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/pthread_attr_setaffinity_np.3')
-rw-r--r--man3/pthread_attr_setaffinity_np.316
1 files changed, 8 insertions, 8 deletions
diff --git a/man3/pthread_attr_setaffinity_np.3 b/man3/pthread_attr_setaffinity_np.3
index 4d0df5763..155165cde 100644
--- a/man3/pthread_attr_setaffinity_np.3
+++ b/man3/pthread_attr_setaffinity_np.3
@@ -51,10 +51,10 @@ Typically, this argument would be specified as
.IR sizeof(cpu_set_t) .
.P
For more details on CPU affinity masks, see
-.BR sched_setaffinity (2).
+.MR sched_setaffinity 2 .
For a description of a set of macros
that can be used to manipulate and inspect CPU sets, see
-.BR CPU_SET (3).
+.MR CPU_SET 3 .
.SH RETURN VALUE
On success, these functions return 0;
on error, they return a nonzero error number.
@@ -87,7 +87,7 @@ is too small).
Could not allocate memory.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -113,8 +113,8 @@ argument.
Instead the CPU set size given to the underlying system calls was always
.IR sizeof(cpu_set_t) .
.SH SEE ALSO
-.BR sched_setaffinity (2),
-.BR pthread_attr_init (3),
-.BR pthread_setaffinity_np (3),
-.BR cpuset (7),
-.BR pthreads (7)
+.MR sched_setaffinity 2 ,
+.MR pthread_attr_init 3 ,
+.MR pthread_setaffinity_np 3 ,
+.MR cpuset 7 ,
+.MR pthreads 7