aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sched_setaffinity.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/sched_setaffinity.2')
-rw-r--r--man2/sched_setaffinity.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/sched_setaffinity.2 b/man2/sched_setaffinity.2
index 5d947dbab2..db4802b7a9 100644
--- a/man2/sched_setaffinity.2
+++ b/man2/sched_setaffinity.2
@@ -95,7 +95,7 @@ number that can be stored in a CPU set.
.BR sched_setaffinity ()
sets the CPU affinity mask of the process whose ID is
-.IR pid
+.I pid
to the value specified by
.IR mask .
If
@@ -117,7 +117,7 @@ then that process is migrated to one of the CPUs specified in
.BR sched_getaffinity ()
writes the affinity mask of the process whose ID is
-.IR pid
+.I pid
into the
.I cpu_set_t
structure pointed to by
@@ -161,7 +161,7 @@ needs an effective user ID equal to the user ID or effective user ID
of the process identified by
.IR pid ,
or it must possess the
-.BR CAP_SYS_NICE
+.B CAP_SYS_NICE
capability.
.TP
.B ESRCH