diff options
author | Lukas Larsson <[email protected]> | 2016-10-12 15:33:21 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2016-10-14 10:51:59 +0200 |
commit | 37384d3e68b3558e7cd48646a8acf4b74e6bc1c3 (patch) | |
tree | 396a929f9ac48513c026581e4d82ec2ea988dfb7 /erts | |
parent | 2dfca60a24c2c6728a4b8431f37aeee05212a4ac (diff) | |
download | otp-37384d3e68b3558e7cd48646a8acf4b74e6bc1c3.tar.gz otp-37384d3e68b3558e7cd48646a8acf4b74e6bc1c3.tar.bz2 otp-37384d3e68b3558e7cd48646a8acf4b74e6bc1c3.zip |
erts: Fix some system_info docs inconsistencies
Diffstat (limited to 'erts')
-rw-r--r-- | erts/doc/src/erlang.xml | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index 43a3481351..c76a30947c 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -7185,7 +7185,6 @@ ok <c>erlang:system_info({allocator, <anno>Alloc</anno>})</c></seealso>.</p> </item> - </taglist> </desc> </func> @@ -7340,12 +7339,6 @@ ok see <seealso marker="#process_flag_max_heap_size"> <c>process_flag(max_heap_size, MaxHeapSize)</c></seealso>.</p> </item> - <tag><c>min_heap_size</c></tag> - <item> - <p>Returns <c>{min_heap_size, <anno>MinHeapSize</anno>}</c>, - where <c><anno>MinHeapSize</anno></c> is the current - system-wide minimum heap size for spawned processes.</p> - </item> <tag><marker id="system_info_message_queue_data"/> <c>message_queue_data</c></tag> <item> @@ -7358,6 +7351,12 @@ ok <seealso marker="#process_flag_message_queue_data"> <c>process_flag(message_queue_data, MQD)</c></seealso>.</p> </item> + <tag><c>min_heap_size</c></tag> + <item> + <p>Returns <c>{min_heap_size, <anno>MinHeapSize</anno>}</c>, + where <c><anno>MinHeapSize</anno></c> is the current + system-wide minimum heap size for spawned processes.</p> + </item> <tag><c>min_bin_vheap_size</c></tag> <item> <p>Returns <c>{min_bin_vheap_size, @@ -7432,12 +7431,6 @@ ok <p>Returns various information about the current system (emulator) as specified by <c><anno>Item</anno></c>:</p> <taglist> - <tag><c>allocated_areas</c>, <c>allocator</c>, - <c>alloc_util_allocators</c>, <c>allocator_sizes</c></tag> - <item> - <p>See <seealso marker="#system_info_allocator_tags"> - above</seealso>.</p> - </item> <tag><c>atom_limit</c></tag> <item> <marker id="system_info_atom_limit"></marker> @@ -7445,7 +7438,7 @@ ok This limit can be increased at startup by passing command-line flag <seealso marker="erts:erl#+t"><c>+t</c></seealso> to - <c>erl(1)</c>. + <c>erl(1)</c>. </p> </item> <tag><c>build_type</c></tag> |