aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erlang.xml
diff options
context:
space:
mode:
authorFredrik Gustafsson <[email protected]>2013-04-04 10:33:21 +0200
committerFredrik Gustafsson <[email protected]>2013-04-04 10:33:21 +0200
commitd6a367dd81b54238517a32cf26bedcd1b2bfbc14 (patch)
tree209d9d78827415e13d0118bec9d7e9e16df654a5 /erts/doc/src/erlang.xml
parentb8e72765305590eb7c89166ce261843d54c9bcde (diff)
parented0b56d8563f1b3bab7fe934868c2a29fc48c799 (diff)
downloadotp-d6a367dd81b54238517a32cf26bedcd1b2bfbc14.tar.gz
otp-d6a367dd81b54238517a32cf26bedcd1b2bfbc14.tar.bz2
otp-d6a367dd81b54238517a32cf26bedcd1b2bfbc14.zip
Merge branch 'ks/erlang-spawn_opt-process_level/OTP-11008' into maint
* ks/erlang-spawn_opt-process_level/OTP-11008: Fixed documentation for priority_level to spawn_opt Consistent definition of priority levels
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