diff options
author | Björn Gustavsson <[email protected]> | 2014-05-08 10:27:44 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-05-08 10:27:44 +0200 |
commit | 57625b3220ed23935c2e8154a7f199e294d0741d (patch) | |
tree | f320b4bbd26c0cf3d843e80dbf19dd4f48979531 /erts/doc | |
parent | 20062bd75168934cc33acf4673e78f2ade5055d5 (diff) | |
parent | 21207dc3deb90e02a7746df9c8794f5471d4a5d2 (diff) | |
download | otp-57625b3220ed23935c2e8154a7f199e294d0741d.tar.gz otp-57625b3220ed23935c2e8154a7f199e294d0741d.tar.bz2 otp-57625b3220ed23935c2e8154a7f199e294d0741d.zip |
Merge branch 'bjorn/erts/spawn_opt-doc/OTP-11849' into maint
* bjorn/erts/spawn_opt-doc/OTP-11849:
Document that spawn_opt/5 does not support the 'monitor' option
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/erlang.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index e7e9b218f2..0f4dfc0f98 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4842,6 +4842,8 @@ true</pre> <c><anno>Node</anno></c> does not exist, a useless pid is returned. Otherwise works like <seealso marker="#spawn_opt/4">spawn_opt/4</seealso>.</p> + <note><p>The <c>monitor</c> option is currently not supported by + <c>spawn_opt/5</c>.</p></note> </desc> </func> <func> |