aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-04-02 17:20:01 +0200
committerFredrik Gustafsson <[email protected]>2013-04-04 10:33:00 +0200
commited0b56d8563f1b3bab7fe934868c2a29fc48c799 (patch)
tree209d9d78827415e13d0118bec9d7e9e16df654a5 /erts/doc/src/erlang.xml
parent651d75a065fb36c81fb5b1e2d0ca8cc75b725252 (diff)
downloadotp-ed0b56d8563f1b3bab7fe934868c2a29fc48c799.tar.gz
otp-ed0b56d8563f1b3bab7fe934868c2a29fc48c799.tar.bz2
otp-ed0b56d8563f1b3bab7fe934868c2a29fc48c799.zip
Fixed documentation for priority_level to spawn_opt
Diffstat (limited to 'erts/doc/src/erlang.xml')
-rw-r--r--erts/doc/src/erlang.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index 06fefa8efb..7dc59ea954 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -4477,6 +4477,7 @@ true</pre>
</func>
<func>
<name name="spawn_opt" arity="2"/>
+ <type name="priority_level" />
<fsummary>Create a new process with a fun as entry point</fsummary>
<desc>
<p>Returns the pid of a new process started by the application
@@ -4490,6 +4491,7 @@ true</pre>
</func>
<func>
<name name="spawn_opt" arity="3"/>
+ <type name="priority_level" />
<fsummary>Create a new process with a fun as entry point on a given node</fsummary>
<desc>
<p>Returns the pid of a new process started by the application
@@ -4501,6 +4503,7 @@ true</pre>
</func>
<func>
<name name="spawn_opt" arity="4"/>
+ <type name="priority_level" />
<fsummary>Create a new process with a function as entry point</fsummary>
<desc>
<p>Works exactly like
@@ -4602,6 +4605,7 @@ true</pre>
</func>
<func>
<name name="spawn_opt" arity="5"/>
+ <type name="priority_level" />
<fsummary>Create a new process with a function as entry point on a given node</fsummary>
<desc>
<p>Returns the pid of a new process started by the application