aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/erl.xml
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2014-01-24 15:30:46 +0100
committerHenrik Nord <[email protected]>2014-01-24 15:31:01 +0100
commitb7aa85bd9d9c5025a2f53655e8dc67e9d17233de (patch)
treebf256047334ca7da583ea4e79fb976a9b21bc193 /erts/doc/src/erl.xml
parent221f48d11de89c84e1ca5c17ad0df0b77d5fbed1 (diff)
parentf265dc315485734adda7e7a8a88f6b4c02211477 (diff)
downloadotp-b7aa85bd9d9c5025a2f53655e8dc67e9d17233de.tar.gz
otp-b7aa85bd9d9c5025a2f53655e8dc67e9d17233de.tar.bz2
otp-b7aa85bd9d9c5025a2f53655e8dc67e9d17233de.zip
Merge branch 'blt/doc_language_improvement'
* blt/doc_language_improvement: Clean up some awkward wording around the +spp flag. OTP-11607
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r--erts/doc/src/erl.xml20
1 files changed, 10 insertions, 10 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml
index 2aa247e293..e737727941 100644
--- a/erts/doc/src/erl.xml
+++ b/erts/doc/src/erl.xml
@@ -1153,18 +1153,18 @@
<tag><marker id="+spp"><c>+spp Bool</c></marker></tag>
<item>
<p>Set default scheduler hint for port parallelism. If set to
- <c>true</c>, the VM will schedule port tasks when it by this can
- improve the parallelism in the system. If set to <c>false</c>,
- the VM will try to perform port tasks immediately and by this
- improve latency at the expense of parallelism. If this
- flag has not been passed, the default scheduler hint for port
- parallelism is currently <c>false</c>. The default used can be
- inspected in runtime by calling
- <seealso marker="erlang#system_info_port_parallelism">erlang:system_info(port_parallelism)</seealso>.
+ <c>true</c>, the VM will schedule port tasks when doing so will
+ improve parallelism in the system. If set to <c>false</c>, the VM
+ will try to perform port tasks immediately, improving latency at the
+ expense of parallelism. If this flag has not been passed, the
+ default scheduler hint for port parallelism is currently
+ <c>false</c>. The default used can be inspected in runtime by
+ calling <seealso
+ marker="erlang#system_info_port_parallelism">erlang:system_info(port_parallelism)</seealso>.
The default can be overriden on port creation by passing the
<seealso marker="erlang#open_port_parallelism">parallelism</seealso>
- option to
- <seealso marker="erlang#open_port/2">open_port/2</seealso></p>.
+ option to <seealso
+ marker="erlang#open_port/2">open_port/2</seealso></p>.
</item>
<tag><marker id="sched_thread_stack_size"><c><![CDATA[+sss size]]></c></marker></tag>
<item>