Util-Linux Archive mirror
 help / color / mirror / Atom feed
From: alison@she-devel.com
To: util-linux@vger.kernel.org
Cc: kzak@redhat.com, achaiken@aurora.tech, alison@she-devel.com
Subject: [PATCH 1/3] schedutils: clarify confusing mask example in taskset man page
Date: Sat,  7 Jan 2023 11:47:06 -0800	[thread overview]
Message-ID: <20230107194708.6878-2-alison@she-devel.com> (raw)
In-Reply-To: <20230107194708.6878-1-alison@she-devel.com>

From: Alison Chaiken <alison@she-devel.com>

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/schedutils/taskset.1.adoc b/schedutils/taskset.1.adoc
index c10cc62a2..efbab08dc 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*::
-- 
2.32.0


  reply	other threads:[~2023-01-07 19:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-07 19:47 [PATCH 0/3] clarify the usage and behavior of the taskset command alison
2023-01-07 19:47 ` alison [this message]
2023-01-10 17:25   ` [PATCH 1/3] schedutils: clarify confusing mask example in taskset man page Tom Schwindl
2023-01-07 19:47 ` [PATCH 2/3] schedutils: clarify meaning of taskset return code alison
2023-01-07 19:47 ` [PATCH 3/3] schedutils: better illustrate the usage of cpu-lists with taskset alison

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230107194708.6878-2-alison@she-devel.com \
    --to=alison@she-devel.com \
    --cc=achaiken@aurora.tech \
    --cc=kzak@redhat.com \
    --cc=util-linux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).