guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: ocaml-spawn: Add missing @end itemize to description.


From: guix-commits
Subject: 01/02: gnu: ocaml-spawn: Add missing @end itemize to description.
Date: Wed, 6 Feb 2019 04:21:15 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit 1d5d0447d33fb50dc5ecb19ff94732ab935c6743
Author: Christopher Baines <address@hidden>
Date:   Wed Feb 6 09:16:50 2019 +0000

    gnu: ocaml-spawn: Add missing @end itemize to description.
    
    As otherwise this error appears when running things like guix package -s:
    
      texinfo.scm:745:27: Throw to key `parser-error' with args `(#<input: 
string
      35ad0e0> "EOF while reading a token " "reading char data")'.
    
    * gnu/packages/ocaml.scm (ocaml-spawn)[description]: Add @end itemize to the
    end.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 3f324ed..8968ce8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6072,7 +6072,8 @@ sub-process.  For instance if a command is not found, you 
get a proper
 claimed that nowadays fork is as fast as vfork, however in practice
 fork takes time proportional to the process memory while vfork is
 constant time.  In application using a lot of memory, vfork can be
-thousands of times faster than fork.")
+thousands of times faster than fork.
address@hidden itemize")
     (license license:asl2.0)))
 
 (define-public ocaml-core



reply via email to

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