gnu: mpc: Use @acronym{} in Texinfo.
* gnu/packages/multiprecision.scm (mpc)[description]: Substitute @acronym{} for @dfn{}.
This commit is contained in:
parent
932b607293
commit
aaf80ba781
|
@ -127,8 +127,8 @@ correct rounding.")
|
|||
("mpfr" ,mpfr)))
|
||||
(synopsis "C library for arbitrary-precision complex arithmetic")
|
||||
(description
|
||||
"GNU@tie{}@dfn{MPC} (Multiple Precision Complex library) is a C library for
|
||||
performing arithmetic on complex numbers. It supports arbitrarily high
|
||||
"GNU@tie{}@acronym{MPC, Multiple Precision Complex library} is a C library
|
||||
for performing arithmetic on complex numbers. It supports arbitrarily high
|
||||
precision and correctly rounds the results.")
|
||||
(license lgpl3+)
|
||||
(home-page "http://multiprecision.org/mpc/")))
|
||||
|
|
Loading…
Reference in New Issue