summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorJ William Piggott2015-01-20 02:11:52 +0100
committerJ William Piggott2015-01-21 00:15:30 +0100
commitb06c1ca6f8708e541d102843ed9b9bd38ce207cd (patch)
tree29c49ad44541dd7f3b67f9c744b9a9b625b675ae /schedutils
parentlibfdisk: accept Start offset in {B,M,G..}iB in sfdisk scripts (diff)
downloadkernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.gz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.xz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.zip
docs: restore minus symbols in long opts
Signed-off-by: J William Piggott <elseifthen@gmx.com>
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 .