diff options
author | Fredrik Gustafsson <[email protected]> | 2013-07-11 10:42:49 +0200 |
---|---|---|
committer | Fredrik Gustafsson <[email protected]> | 2013-07-11 10:42:49 +0200 |
commit | 15874f5848bb4686b1ab1986adc2e8c366492a4d (patch) | |
tree | b5e703c3b60a57169617fc0dea8ff29de8e639e4 /lib | |
parent | 75f57c5f9a3bd03cb16e1663d40ea98bbb3ed487 (diff) | |
parent | 0fdb5a9cc8ed44aed9851627bbe3faff1b199570 (diff) | |
download | otp-15874f5848bb4686b1ab1986adc2e8c366492a4d.tar.gz otp-15874f5848bb4686b1ab1986adc2e8c366492a4d.tar.bz2 otp-15874f5848bb4686b1ab1986adc2e8c366492a4d.zip |
Merge branch 'goofansu/fix-supervisor-typo' into maint
* goofansu/fix-supervisor-typo:
Fix supervisor typo
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/supervisor.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml index ed09f6e1f2..e2c9c14e6a 100644 --- a/lib/stdlib/doc/src/supervisor.xml +++ b/lib/stdlib/doc/src/supervisor.xml @@ -371,7 +371,7 @@ child_spec() = {Id,StartFunc,Restart,Shutdown,Type,Modules} children.</p> <p>If the supervisor is <c>simple_one_for_one</c>, <c><anno>Id</anno></c> - must be the child process' <c>pid()</c>. I the specified + must be the child process' <c>pid()</c>. If the specified process is alive, but is not a child of the given supervisor, the function will return <c>{error,not_found}</c>. If the child specification |