diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-15 14:35:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-06-16 05:15:47 +0200 |
commit | 4df47410cf84debed98c8d4934be6d7b614c9134 (patch) | |
tree | 0d53554a49b232fb3fd28b8983846b0a4ce294e7 /gnu/packages/engineering.scm | |
parent | 5ed89cac6441a81f75f97134a124fb029aaf8170 (diff) | |
download | guix-4df47410cf84debed98c8d4934be6d7b614c9134.tar guix-4df47410cf84debed98c8d4934be6d7b614c9134.tar.gz |
gnu: volk: Improve description mark-up.
* gnu/packages/engineering.scm (volk)[description]: Substitute
@acronym for the less appropriate @code.
Diffstat (limited to 'gnu/packages/engineering.scm')
-rw-r--r-- | gnu/packages/engineering.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index d88ff0a45f..961174ee51 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm @@ -1063,9 +1063,10 @@ the 'showing the effect of'-style of operation.") (home-page "https://www.libvolk.org/") (synopsis "Vector-Optimized Library of Kernels") (description - "@code{volk} contains procedures with machine-specific optimizations -for mathematical functions. It also provides a machine-independent -interface to select the best such procedures to use on a given system.") + "@acronym{VOLK, Vector-Optimized Library of Kernels} contains procedures +with machine-specific optimizations for mathematical functions. It also +provides a machine-independent interface to select the best such procedures to +use on a given system.") (license license:gpl3+))) (define-public minicom |