guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: volk: Improve description mark-up.


From: guix-commits
Subject: 04/04: gnu: volk: Improve description mark-up.
Date: Mon, 15 Jun 2020 23:16:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4df47410cf84debed98c8d4934be6d7b614c9134
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 15 14:35:22 2020 +0200

    gnu: volk: Improve description mark-up.
    
    * gnu/packages/engineering.scm (volk)[description]: Substitute
    @acronym for the less appropriate @code.
---
 gnu/packages/engineering.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index d88ff0a..961174e 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



reply via email to

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