summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt
index 7a7ab7a819..22956f6ce9 100644
--- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_spawn_opt_4_func.txt
@@ -125,8 +125,9 @@
process_flag(max_heap_size, Size).
{message_queue_data, MQD}:
- Sets the state of the message_queue_data process flag. MQD
- is to be either off_heap or on_heap. The default 
- message_queue_data process flag is determined by command-line
- argument +hmqd in erl(1). For more information, see the
- documentation of process_flag(message_queue_data, MQD).
+ Sets the value of the message_queue_data process flag. MQD
+ can be either off_heap or on_heap. The default value of
+ the message_queue_data process flag is determined by the
+ command-line argument +hmqd in erl(1). For more
+ information, see the documentation of 
+ process_flag(message_queue_data, MQD).