summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 03:43:23 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 11:19:56 +0100
commit52dd75d27650a6479cf345b91b6066bac266702b (patch)
tree7147a476d31b649481b8d78aab14ae862f12787b
parent162d9c871034e59b36171f04a86805b575628bfb (diff)
downloadguix-patches-52dd75d27650a6479cf345b91b6066bac266702b.tar
guix-patches-52dd75d27650a6479cf345b91b6066bac266702b.tar.gz
gnu: cpuid: This tool is not Linux-specific per se.
* gnu/packages/linux.scm (cpuid)[synopsis]: Remove ‘Linux’.
-rw-r--r--gnu/packages/linux.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a53420993a..4a3b7b6cf4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -7183,7 +7183,7 @@ available in the kernel Linux.")
(inputs `(("perl" ,perl)))
(supported-systems '("i686-linux" "x86_64-linux"))
(home-page "http://www.etallen.com/cpuid.html")
- (synopsis "Linux tool to dump x86 CPUID information about the CPU(s)")
+ (synopsis "Dump x86 CPUID processor information")
(description "cpuid dumps detailed information about the CPU(s) gathered
from the CPUID instruction, and also determines the exact model of CPU(s). It
supports Intel, AMD, and VIA CPUs, as well as older Transmeta, Cyrix, UMC,