From: Alison Chaiken Date: Sun, 25 Dec 2022 02:12:04 +0000 (-0800) Subject: schedutils: clarify confusing mask example in taskset man page X-Git-Tag: v2.39-rc1~179^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c31644e44348b9d1997bb5b49bc24b8ee4c8f14;p=thirdparty%2Futil-linux.git schedutils: clarify confusing mask example in taskset man page Omit "0x" from a mask example which is clearly hexadecimal rather than omitting it from "32", which could be a decimal representation. --- diff --git a/schedutils/taskset.1.adoc b/schedutils/taskset.1.adoc index c10cc62a2c..efbab08dc8 100644 --- a/schedutils/taskset.1.adoc +++ b/schedutils/taskset.1.adoc @@ -52,10 +52,10 @@ is processor #0, *0x00000003*:: is processors #0 and #1, -*0xFFFFFFFF*:: +*FFFFFFFF*:: is processors #0 through #31, -*32*:: +*0x32*:: is processors #1, #4, and #5, *--cpu-list 0-2,6*::