gnu: ocaml-splittable-random: Change @defn to @acronym.

I see an error when running guix package -s relating to this:

  Throw to key `parser-error' with args `(#f "Unknown command" defn)'.

* gnu/packages/ocaml.scm (ocaml-splittable-random)[description]: Change @defn
to @acronym.
master
Christopher Baines 2019-02-06 09:18:08 +00:00
parent 1d5d0447d3
commit e88fd8beb1
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 4 additions and 4 deletions

View File

@ -5967,10 +5967,10 @@ driver including all standard Jane Street ppx rewriters.")
(properties `((upstream-name . "splittable_random")))
(home-page "https://github.com/janestreet/splittable_random")
(synopsis "PRNG that can be split into independent streams")
(description "This package provides a splittable pseudo-random number generator
(@defn{PRNG}) functions like a PRNG that can be used as a stream of random
values; it can also be split to produce a second, independent stream of
random values.
(description "This package provides a splittable
@acronym{PRNG,pseudo-random number generator} functions like a PRNG that can
be used as a stream of random values; it can also be split to produce a
second, independent stream of random values.
This library implements a splittable pseudo-random number generator that sacrifices
cryptographic-quality randomness in favor of performance.")