diff options
author | Björn Gustavsson <[email protected]> | 2014-05-08 10:55:24 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-05-08 10:55:24 +0200 |
commit | 1bcbc42e3d20fa374d361c9eab399e2b53cf4533 (patch) | |
tree | 08636051bdb128637fd735cebba643c1e002dc2a /erts | |
parent | f938b3fe49690ac2ef14d0a6268233e223e618f4 (diff) | |
parent | 6bf1835ac2d6f4db6c266b2df6167f8a10e95c92 (diff) | |
download | otp-1bcbc42e3d20fa374d361c9eab399e2b53cf4533.tar.gz otp-1bcbc42e3d20fa374d361c9eab399e2b53cf4533.tar.bz2 otp-1bcbc42e3d20fa374d361c9eab399e2b53cf4533.zip |
Merge branch 'maint'
* maint:
Document that spawn_opt/5 does not support the 'monitor' option
filelib:wildcard() should show broken symlinks
Diffstat (limited to 'erts')
-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> |