summaryrefslogtreecommitdiff
path: root/system/doc/reference_manual/processes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'system/doc/reference_manual/processes.xml')
-rw-r--r--system/doc/reference_manual/processes.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/system/doc/reference_manual/processes.xml b/system/doc/reference_manual/processes.xml
index 7e9323cfc2..afc1215eaf 100644
--- a/system/doc/reference_manual/processes.xml
+++ b/system/doc/reference_manual/processes.xml
@@ -700,13 +700,14 @@ spawn(Module, Name, Args) -> pid()
<seecom marker="erts:erl#+zdbbl"><c>+zdbbl</c></seecom>. Note
that if you do raise the limit like this, you need to take care
of flow control yourself to ensure that you do not get into a
- situation with excessive memory usage. As of OTP @OTP-18454@ it is
+ situation with excessive memory usage.</p>
+ <change><p>As of OTP @OTP-18454@ it is
also possible to enable <i>fully asynchronous distributed
signaling</i> on a per process level using
<seeerl marker="erts:erlang#process_flag_async_dist">
<c>process_flag(async_dist, Bool)</c></seeerl>. Also in this case
you need to take care of flow control yourself.
- </p>
+ </p></change>
</item>
</taglist>
<p>