]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lscpu: document --hex output regression (since v2.30)
authorKarel Zak <kzak@redhat.com>
Wed, 20 Feb 2019 12:19:23 +0000 (13:19 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 20 Feb 2019 12:19:23 +0000 (13:19 +0100)
Addresses: https://github.com/karelzak/util-linux/issues/744
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/lscpu.1

index 23dee9b428517dddac1c2b18d7c3f8dca50f333a..f07f2d313e681e0edf7fedcdb90081a803ca95c6 100644 (file)
@@ -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.).