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>
This commit is contained in:
Karel Zak 2019-02-20 13:19:23 +01:00
parent b9c088f2f3
commit 65ba9a8ccd
1 changed files with 3 additions and 2 deletions

View 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.).