summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorKarel Zak2010-08-11 15:41:48 +0200
committerKarel Zak2010-08-11 15:41:48 +0200
commit4f912c6ac5f62b801fc9078aa0517bb72ce6bd1b (patch)
treea4ebe60ef5c45bd072bf257f021f7985d9f36a1f /sys-utils/lscpu.1
parentlscpu: support offline CPUs (diff)
downloadkernel-qcow2-util-linux-4f912c6ac5f62b801fc9078aa0517bb72ce6bd1b.tar.gz
kernel-qcow2-util-linux-4f912c6ac5f62b801fc9078aa0517bb72ce6bd1b.tar.xz
kernel-qcow2-util-linux-4f912c6ac5f62b801fc9078aa0517bb72ce6bd1b.zip
lscpu: add -x and {On,Off}-line CPU(s) mask/list
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.14
1 files changed, 4 insertions, 0 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 4f78ee6b0..30e08a57c 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -22,6 +22,10 @@ Print a help message.
.TP
.BR \-p , " \-\-parse"
Print out in parsable instead of printable format.
+.TP
+.BR \-x , " \-\-hex"
+Use hexadecimal masks for CPU(s) sets (e.g. 0x3). The default is print the sets
+in the list format (e.g. 0,1).
.SH BUGS
The basic overview about CPU family, model, etc. is always based on the first
CPU only.