We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6f0fa commit b8a09e2Copy full SHA for b8a09e2
src/unix/lwt_process.mli
@@ -43,7 +43,7 @@ val shell : string -> command
43
Unix and ["cmd.exe /c <cmd>"] on Windows). *)
44
45
(** All the following functions take an optional argument
46
- [timeout]. If specified, after expiration, the process will be
+ [timeout], in seconds. If specified, after expiration, the process will be
47
sent a {!Unix.sigkill} signal and channels will be closed. When the channels
48
are closed, any pending I/O operations on them (such as
49
{!Lwt_io.read_chars}) fail with exception {!Lwt_io.Channel_closed}. *)
0 commit comments