diff options
author | Damien Doligez <damien.doligez-inria.fr> | 2006-04-16 23:28:22 +0000 |
---|---|---|
committer | Damien Doligez <damien.doligez-inria.fr> | 2006-04-16 23:28:22 +0000 |
commit | 1279ab4b76cad7001b3b47902d4813947f427031 (patch) | |
tree | edfd352c4bc8217cfb8a943844840b23734722a0 /otherlibs/unix/unix.mli | |
parent | 8604fbe7f330eaaeda35680fbf1d641a4c4a6798 (diff) |
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
Diffstat (limited to 'otherlibs/unix/unix.mli')
-rw-r--r-- | otherlibs/unix/unix.mli | 4 |
1 files changed, 2 insertions, 2 deletions
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 |