typo - forgot execvpe (for type -> 'a)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6133 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
6354cdaf83
commit
6e8e588d1b
|
@ -168,7 +168,7 @@ val execvp : string -> string array -> 'a
|
|||
(** Same as {!Unix.execv} respectively, except that
|
||||
the program is searched in the path. *)
|
||||
|
||||
val execvpe : string -> string array -> string array -> unit
|
||||
val execvpe : string -> string array -> string array -> 'a
|
||||
(** Same as {!Unix.execvp} respectively, except that
|
||||
the program is searched in the path. *)
|
||||
|
||||
|
|
Loading…
Reference in New Issue