From 1279ab4b76cad7001b3b47902d4813947f427031 Mon Sep 17 00:00:00 2001 From: Damien Doligez Date: Sun, 16 Apr 2006 23:28:22 +0000 Subject: fusion des changements 3.09.1 -> 3.09.2 git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7382 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- otherlibs/unix/unix.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'otherlibs/unix/unix.mli') diff --git a/otherlibs/unix/unix.mli b/otherlibs/unix/unix.mli index eeb5411de..daa3c9d9d 100644 --- a/otherlibs/unix/unix.mli +++ b/otherlibs/unix/unix.mli @@ -165,11 +165,11 @@ val execve : string -> string array -> string array -> 'a environment to the program executed. *) val execvp : string -> string array -> 'a -(** Same as {!Unix.execv} respectively, except that +(** Same as {!Unix.execv}, except that the program is searched in the path. *) val execvpe : string -> string array -> string array -> 'a -(** Same as {!Unix.execvp} respectively, except that +(** Same as {!Unix.execve}, except that the program is searched in the path. *) val fork : unit -> int -- cgit v1.2.3-70-g09d2