summaryrefslogtreecommitdiffstats
path: root/schedutils/taskset.1
diff options
context:
space:
mode:
Diffstat (limited to 'schedutils/taskset.1')
-rw-r--r--schedutils/taskset.114
1 files changed, 7 insertions, 7 deletions
diff --git a/schedutils/taskset.1 b/schedutils/taskset.1
index 8b9062a72..6a329782a 100644
--- a/schedutils/taskset.1
+++ b/schedutils/taskset.1
@@ -53,28 +53,28 @@ bits that correspond to CPUs physically on the system. If an invalid mask is
given (i.e., one that corresponds to no valid CPUs on the current system) an
error is returned. The masks may be specified in hexadecimal (with or without
a leading "0x"), or as a CPU list with the
-.BR \-\-cpu\-list
+.B \-\-cpu\-list
option. For example,
.RS 4
.TP 12
-.BR 0x00000001
+.B 0x00000001
is processor #0,
.TP
-.BR 0x00000003
+.B 0x00000003
is processors #0 and #1,
.TP
-.BR 0xFFFFFFFF
+.B 0xFFFFFFFF
is processors #0 through #31,
.TP
-.BR 32
+.B 32
is processors #1, #4, and #5,
.TP
-.BR \-\-cpu\-list\ 0-2,6
+.B \-\-cpu\-list\ 0-2,6
is processors #0, #1, #2, and #6.
.RE
.PP
When
-.BR taskset
+.B taskset
returns, it is guaranteed that the given program has been scheduled to a legal
CPU.
.SH OPTIONS