From c313ee737b7309ea4bafbd3f05c8a4421aab29cf Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 29 Mar 2019 13:00:42 +0100 Subject: tastset: (man) add :N stride for CPU lists Signed-off-by: Karel Zak --- schedutils/taskset.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'schedutils') diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index 6a329782a..dc3d25666 100644 --- a/schedutils/taskset.1 +++ b/schedutils/taskset.1 @@ -71,6 +71,10 @@ is processors #1, #4, and #5, .TP .B \-\-cpu\-list\ 0-2,6 is processors #0, #1, #2, and #6. +.TP +.B \-\-cpu\-list\ 0-10:2 +is processors #0, #2, #4, #6, #8 and #10. The suffix ":N" specifies stride in +the range, for example 0-10:3 is interpreted as 0,3,6,9 list. .RE .PP When -- cgit v1.2.3-55-g7522