guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: numactl: Fix typo in & mark up description.


From: guix-commits
Subject: 02/02: gnu: numactl: Fix typo in & mark up description.
Date: Fri, 30 Aug 2019 21:25:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 79d5ac595436c1dd9b288a1789d139bddc503915
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 30 21:14:04 2019 +0200

    gnu: numactl: Fix typo in & mark up description.
    
    * gnu/packages/linux.scm (numactl)[description]: Fix typo & use @command{}.
---
 gnu/packages/linux.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0fd532b..e445b74 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2335,14 +2335,14 @@ compressed, transparent to other programs, without 
decompressing them.")
     (synopsis "Tools for non-uniform memory access (NUMA) machines")
     (description
      "NUMA stands for Non-Uniform Memory Access, in other words a system whose
-memory is not all in one place.  The numactl program allows you to run your
-application program on specific CPU's and memory nodes.  It does this by
-supplying a NUMA memory policy to the operating system before running your
+memory is not all in one place.  The @command{numactl} program allows you to
+run your application program on specific CPUs and memory nodes.  It does this
+by supplying a NUMA memory policy to the operating system before running your
 program.
 
-The package contains other commands, such as numademo, numastat and memhog.
-The numademo command provides a quick overview of NUMA performance on your
-system.")
+The package contains other commands, such as @command{numastat},
+@command{memhog}, and @command{numademo} which provides a quick overview of
+NUMA performance on your system.")
     (license (list license:gpl2                   ;programs
                    license:lgpl2.1))))            ;library
 



reply via email to

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