guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/17: gnu: cpuid: This tool is not Linux-specific per se.


From: guix-commits
Subject: 11/17: gnu: cpuid: This tool is not Linux-specific per se.
Date: Wed, 3 Nov 2021 06:20:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 52dd75d27650a6479cf345b91b6066bac266702b
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Nov 3 03:43:23 2021 +0100

    gnu: cpuid: This tool is not Linux-specific per se.
    
    * 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 a534209..4a3b7b6 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]