]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
schedutils: clarify confusing mask example in taskset man page
authorAlison Chaiken <alison@she-devel.com>
Sun, 25 Dec 2022 02:12:04 +0000 (18:12 -0800)
committerAlison Chaiken <alison@she-devel.com>
Sat, 7 Jan 2023 22:06:11 +0000 (14:06 -0800)
Omit "0x" from a mask example which is clearly hexadecimal rather than omitting
it from "32", which could be a decimal representation.

schedutils/taskset.1.adoc

index c10cc62a2cdba05f03a8d613f3cd88c166567760..efbab08dc8863c0989f3eb36165b9e76f959d444 100644 (file)
@@ -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*::