From b915bb2da3e5f507439df3ee8e259fb0a9bc424e Mon Sep 17 00:00:00 2001 From: Magnus Henoch Date: Wed, 15 Sep 2010 14:34:06 +0100 Subject: Clarify documentation of shutdown timeout in supervisor child specs Make it explicit that the shutdown timeout is to be specified in milliseconds. --- lib/stdlib/doc/src/supervisor.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib/doc/src/supervisor.xml') diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml index c696434d49..45fa0847a8 100644 --- a/lib/stdlib/doc/src/supervisor.xml +++ b/lib/stdlib/doc/src/supervisor.xml @@ -156,7 +156,7 @@ child_spec() = {Id,StartFunc,Restart,Shutdown,Type,Modules} the child process to terminate by calling exit(Child,shutdown) and then wait for an exit signal with reason shutdown back from the child process. If - no exit signal is received within the specified time, + no exit signal is received within the specified number of milliseconds, the child process is unconditionally terminated using exit(Child,kill).

If the child process is another supervisor, Shutdown -- cgit v1.2.3