aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sched_setaffinity.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-09-20 16:26:31 +0000
commit0daa9e92d0cc449d25d4fd200759177024baae84 (patch)
treeab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/sched_setaffinity.2
parentc11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff)
downloadman-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz
Fix redundant formatting macros
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