From 37384d3e68b3558e7cd48646a8acf4b74e6bc1c3 Mon Sep 17 00:00:00 2001
From: Lukas Larsson
Date: Wed, 12 Oct 2016 15:33:21 +0200
Subject: erts: Fix some system_info docs inconsistencies
---
erts/doc/src/erlang.xml | 21 +++++++--------------
1 file 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
erlang:system_info({allocator,
Alloc}).
-
@@ -7340,12 +7339,6 @@ ok
see
process_flag(max_heap_size, MaxHeapSize).
- min_heap_size
- -
-
Returns {min_heap_size, MinHeapSize},
- where MinHeapSize is the current
- system-wide minimum heap size for spawned processes.
-
message_queue_data
-
@@ -7358,6 +7351,12 @@ ok
process_flag(message_queue_data, MQD).
+ min_heap_size
+ -
+
Returns {min_heap_size, MinHeapSize},
+ where MinHeapSize is the current
+ system-wide minimum heap size for spawned processes.
+
min_bin_vheap_size
-
Returns {min_bin_vheap_size,
@@ -7432,12 +7431,6 @@ ok
Returns various information about the current system
(emulator) as specified by Item:
- allocated_areas, allocator,
- alloc_util_allocators, allocator_sizes
- -
-
See
- above.
-
atom_limit
-
@@ -7445,7 +7438,7 @@ ok
This limit can be increased at startup by passing
command-line flag
+t to
- erl(1).
+ erl(1).
build_type
--
cgit v1.2.3