typo - forgot execvpe (for type -> 'a)

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6133 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Basile Starynkevitch 2004-02-25 13:14:21 +00:00
parent 6354cdaf83
commit 6e8e588d1b
1 changed files with 1 additions and 1 deletions

View File

@ -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. *)