diff options
author | Rickard Green <[email protected]> | 2016-05-25 16:15:36 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2016-05-25 16:15:53 +0200 |
commit | 36f98375d57daaba3fec42bb91482cdac9ef4cc9 (patch) | |
tree | 66cd0a295ac70b6b94ec84bb11d8b9f1165e039a /erts/doc/src/erl.xml | |
parent | c126081ca43145412f72a1b5cbae6919c22de28e (diff) | |
download | otp-36f98375d57daaba3fec42bb91482cdac9ef4cc9.tar.gz otp-36f98375d57daaba3fec42bb91482cdac9ef4cc9.tar.bz2 otp-36f98375d57daaba3fec42bb91482cdac9ef4cc9.zip |
Remove the 'message_queue_data' option 'mixed'
Diffstat (limited to 'erts/doc/src/erl.xml')
-rw-r--r-- | erts/doc/src/erl.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/doc/src/erl.xml b/erts/doc/src/erl.xml index 1bbde7f1e0..2fae3bfb1f 100644 --- a/erts/doc/src/erl.xml +++ b/erts/doc/src/erl.xml @@ -660,11 +660,11 @@ <p>Sets the initial process dictionary size of processes to the size <c><![CDATA[Size]]></c>.</p> </item> - <tag><marker id="+hmqd"><c>+hmqd off_heap|on_heap|mixed</c></marker></tag> + <tag><marker id="+hmqd"><c>+hmqd off_heap|on_heap</c></marker></tag> <item><p> Sets the default value for the process flag <c>message_queue_data</c>. If <c>+hmqd</c> is not - passed, <c>mixed</c> will be the default. For more information, + passed, <c>on_heap</c> will be the default. For more information, see the documentation of <seealso marker="erlang#process_flag_message_queue_data"><c>process_flag(message_queue_data, MQD)</c></seealso>. |