guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: gmp: Use @acronym{} in Texinfo.


From: guix-commits
Subject: 03/06: gnu: gmp: Use @acronym{} in Texinfo.
Date: Sat, 3 Aug 2019 17:27:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 245fae9077e72ffc513e07de0ae4cc4dfdc9f041
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Aug 3 03:29:50 2019 +0200

    gnu: gmp: Use @acronym{} in Texinfo.
    
    * gnu/packages/multiprecision.scm (gmp)[description]: Substitute
    @acronym{} for @dfn{}.
---
 gnu/packages/multiprecision.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm
index 7d35522..5ea35af 100644
--- a/gnu/packages/multiprecision.scm
+++ b/gnu/packages/multiprecision.scm
@@ -64,12 +64,11 @@
                           (else '())))))
    (synopsis "Multiple-precision arithmetic library")
    (description
-    "@dfn{GMP} (the GNU Multiple Precision Arithmetic Library) is a library for
-arbitrary-precision arithmetic, operating on signed integers, rational numbers
-and floating point numbers.  The precision is only limited by the available
-memory.  The library is highly optimized, with a design focus on execution
-speed.  It is aimed at use in, for example, cryptography and computational
-algebra.")
+    "The @acronym{GMP, the GNU Multiple Precision Arithmetic} library performs
+arbitrary-precision arithmetic on signed integers, rational numbers and 
floating
+point numbers.  The precision is only limited by the available memory.
+The library is highly optimized, with a design focus on execution speed.
+It is aimed at use in, for example, cryptography and computational algebra.")
    (license lgpl3+)
    (home-page "https://gmplib.org/";)))
 



reply via email to

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