From fc69b92df1b6ad6487259ab0e24db9a0c3f3fb77 Mon Sep 17 00:00:00 2001 From: Hans Bolinder Date: Wed, 31 Aug 2016 13:42:02 +0200 Subject: Fix xmllint-warnings --- erts/doc/src/erlang.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'erts') diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml index d5eae2d66d..18f1b2e833 100644 --- a/erts/doc/src/erlang.xml +++ b/erts/doc/src/erlang.xml @@ -4455,12 +4455,12 @@ RealSystem = system + MissedSystem - Set process flag min_heap_size for the calling process. +

Changes the minimum heap size for the calling process.

Returns the old value of the flag.

@@ -4477,13 +4477,13 @@ RealSystem = system + MissedSystem
- Set process flag max_heap_size for the calling process. +

This flag sets the maximum heap size for the calling process. If MaxHeapSize is an integer, the system default values for kill and error_logger are used. @@ -4551,13 +4551,13 @@ RealSystem = system + MissedSystem - Set process flag message_queue_data for the calling process. +

This flag determines how messages in the message queue are stored, as follows:

@@ -6745,12 +6745,12 @@ ok
- Set system flag max_heap_size. +

Sets the default maximum heap size settings for processes. The size is specified in words. The new max_heap_size -- cgit v1.2.3