summaryrefslogtreecommitdiffstats
path: root/sys-utils/lscpu.1
diff options
context:
space:
mode:
authorKarel Zak2010-05-28 14:23:15 +0200
committerKarel Zak2010-06-01 11:11:26 +0200
commit7e03f3831230f420f56b6d501f3af8ba2dea1b7b (patch)
tree4804478a8ceb080e4d910d39907f17e0fa6130c1 /sys-utils/lscpu.1
parenttaskset: move NR_CPUS determination to lib/cpuset.c (diff)
downloadkernel-qcow2-util-linux-7e03f3831230f420f56b6d501f3af8ba2dea1b7b.tar.gz
kernel-qcow2-util-linux-7e03f3831230f420f56b6d501f3af8ba2dea1b7b.tar.xz
kernel-qcow2-util-linux-7e03f3831230f420f56b6d501f3af8ba2dea1b7b.zip
lscpu: use cpuset masks, read data for all CPUs
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/lscpu.1')
-rw-r--r--sys-utils/lscpu.17
1 files changed, 5 insertions, 2 deletions
diff --git a/sys-utils/lscpu.1 b/sys-utils/lscpu.1
index 2b8d33b16..fc3c46fa4 100644
--- a/sys-utils/lscpu.1
+++ b/sys-utils/lscpu.1
@@ -23,12 +23,15 @@ Print a help message.
.BR \-p , " \-\-parse"
Print out in parsable instead of printable format.
.SH BUGS
-The program at the moment does not handle the system installed with
-different types of physical processors.
+The basic overview about CPU family, model, etc. is always based on the first
+CPU only.
Sometimes in Xen Dom0 kernel reports wrong data.
.SH AUTHOR
+.nf
Cai Qian <qcai@redhat.com>
+Karel Zak <kzak@redhat.com>
+.fi
.SH AVAILABILITY
The setarch command is part of the util-linux-ng package and is available from
ftp://ftp.kernel.org/pub/linux/utils/util-linux-ng/.