diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2007-09-20 16:26:31 +0000 |
| commit | 0daa9e92d0cc449d25d4fd200759177024baae84 (patch) | |
| tree | ab554843b62ec3ad24acbdfbc8535e787c88d924 /man2/sched_setaffinity.2 | |
| parent | c11b1abf2e2241d8efe19feb04c2a7e1e06c19b0 (diff) | |
| download | man-pages-0daa9e92d0cc449d25d4fd200759177024baae84.tar.gz | |
Fix redundant formatting macros
Diffstat (limited to 'man2/sched_setaffinity.2')
| -rw-r--r-- | man2/sched_setaffinity.2 | 6 |
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 |
