summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt')
-rw-r--r--lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt
index 8a5af38f1c..7df3d29d68 100644
--- a/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt
+++ b/lib/stdlib/test/shell_docs_SUITE_data/unknown_erlang_process_info_2_func.txt
@@ -117,6 +117,10 @@
Items in the same order as the Items were included in ItemList.
Valid Items can be included multiple times in ItemList.
+ Getting process information follows the signal ordering guarantees
+ described in the Processes Chapter in the Erlang Reference
+ Manual.
+
Note:
If registered_name is part of ItemList and the process has
no name registered, a {registered_name, []}, InfoTuple
@@ -138,8 +142,8 @@
implementation BinInfo is a list of tuples. The tuples
contain; BinaryId, BinarySize, BinaryRefcCount.
- The message queue is on the heap depending on the process flag 
- message_queue_data.
+ Depending on the value of the message_queue_data process
+ flag the message queue may be stored on the heap.
{catchlevel, CatchLevel}:
CatchLevel is the number of currently active catches in this
@@ -251,10 +255,10 @@
the local node name.
{message_queue_data, MQD}:
- Returns the current state of process flag message_queue_data. 
- MQD is either off_heap or on_heap. For more information,
- see the documentation of process_flag(message_queue_data,
- MQD).
+ MQD is the current value of the message_queue_data process
+ flag, which can be either off_heap or on_heap. For more
+ information, see the documentation of 
+ process_flag(message_queue_data, MQD).
{priority, Level}:
Level is the current priority level for the process. For more