diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index 3f324ed226..8968ce82fe 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -6072,7 +6072,8 @@ (define-public ocaml-spawn 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. +@end itemize") (license license:asl2.0))) (define-public ocaml-core