summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorKarel Zak2015-01-26 11:31:05 +0100
committerKarel Zak2015-01-26 11:31:05 +0100
commit3d0b57d62cf289fed16537076018ba87d2d1c841 (patch)
tree230660e127fc909d53ea4d74ecf4ccc0b6764f14 /schedutils
parentlogger: improve usage() (diff)
parentdocs: restore minus symbols in long opts (diff)
downloadkernel-qcow2-util-linux-3d0b57d62cf289fed16537076018ba87d2d1c841.tar.gz
kernel-qcow2-util-linux-3d0b57d62cf289fed16537076018ba87d2d1c841.tar.xz
kernel-qcow2-util-linux-3d0b57d62cf289fed16537076018ba87d2d1c841.zip
Merge branch 'opts' of https://github.com/jwpi/util-linux
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/taskset.14
1 files changed, 2 insertions, 2 deletions
diff --git a/schedutils/taskset.1 b/schedutils/taskset.1
index 74fcf9d79..50cbe6be4 100644
--- a/schedutils/taskset.1
+++ b/schedutils/taskset.1
@@ -70,10 +70,10 @@ returns, it is guaranteed that the given program has been scheduled to a legal
CPU.
.SH OPTIONS
.TP
-.BR \-a ,\ \-\-all-tasks
+.BR \-a ,\ \-\-all\-tasks
Set or retrieve the CPU affinity of all the tasks (threads) for a given PID.
.TP
-.BR \-c ,\ \-\-cpu-list \ \fInumbers
+.BR \-c ,\ \-\-cpu\-list \ \fInumbers
Specify a numerical list of processors instead of a bitmask. The \fInumbers\fR
are separated by commas and may include ranges. For example:
.BR 0,5,8-11 .