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.
This commit is contained in:
Christopher Baines 2019-02-06 09:16:50 +00:00
parent f4f8c23bae
commit 1d5d0447d3
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -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 claimed that nowadays fork is as fast as vfork, however in practice
fork takes time proportional to the process memory while vfork is fork takes time proportional to the process memory while vfork is
constant time. In application using a lot of memory, vfork can be constant time. In application using a lot of memory, vfork can be
thousands of times faster than fork.") thousands of times faster than fork.
@end itemize")
(license license:asl2.0))) (license license:asl2.0)))
(define-public ocaml-core (define-public ocaml-core