From 52dd75d27650a6479cf345b91b6066bac266702b Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 3 Nov 2021 03:43:23 +0100 Subject: gnu: cpuid: This tool is not Linux-specific per se. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/linux.scm (cpuid)[synopsis]: Remove ‘Linux’. --- gnu/packages/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3