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

* gnu/packages/linux.scm (numactl)[description]: Fix typo & use @command{}.
master
Tobias Geerinckx-Rice 2019-08-30 21:14:04 +02:00
parent 5a097cdd54
commit 79d5ac5954
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 6 deletions

View File

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