From: Karel Zak Date: Fri, 29 Mar 2019 12:00:42 +0000 (+0100) Subject: tastset: (man) add :N stride for CPU lists X-Git-Tag: v2.34-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c313ee737b7309ea4bafbd3f05c8a4421aab29cf;p=thirdparty%2Futil-linux.git tastset: (man) add :N stride for CPU lists Signed-off-by: Karel Zak --- diff --git a/schedutils/taskset.1 b/schedutils/taskset.1 index 6a329782af..dc3d25666d 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