guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: ocaml-splittable-random: Change @defn to @acronym.
Date: Wed, 6 Feb 2019 04:21:15 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit e88fd8beb11900b60fc8ebdb7bf2ea9ae1d7b3c6
Author: Christopher Baines <address@hidden>
Date:   Wed Feb 6 09:18:08 2019 +0000

    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.
---
 gnu/packages/ocaml.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 8968ce8..07fcf92 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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
address@hidden,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.")



reply via email to

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