summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorKarel Zak2019-02-20 13:19:23 +0100
committerKarel Zak2019-02-20 13:19:23 +0100
commit65ba9a8ccd75e1548a96fb6aa2ad023c18fc97ef (patch)
tree5e8f867db317e4cc85d62d008d9eaa08a2d0b887 /sys-utils/lscpu.1
parentlsblk: allow to specify tree column (diff)
downloadkernel-qcow2-util-linux-65ba9a8ccd75e1548a96fb6aa2ad023c18fc97ef.tar.gz
kernel-qcow2-util-linux-65ba9a8ccd75e1548a96fb6aa2ad023c18fc97ef.tar.xz
kernel-qcow2-util-linux-65ba9a8ccd75e1548a96fb6aa2ad023c18fc97ef.zip
lscpu: document --hex output regression (since v2.30)
Addresses: https://github.com/karelzak/util-linux/issues/744 Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.15
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 23dee9b42..f07f2d313 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -145,8 +145,9 @@ Gather CPU data for a Linux instance other than the instance from which the
of the Linux instance to be inspected.
.TP
.BR \-x , " \-\-hex"
-Use hexadecimal masks for CPU sets (for example 0x3). The default is to print
-the sets in list format (for example 0,1).
+Use hexadecimal masks for CPU sets (for example "ff"). The default is to print
+the sets in list format (for example 0,1). Note that before version 2.30 the mask
+has been printed with 0x prefix.
.TP
.BR \-y , " \-\-physical"
Display physical IDs for all columns with topology elements (core, socket, etc.).