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 ++++---- lib/kernel/doc/src/heart.xml | 2 +- lib/kernel/doc/src/kernel_app.xml | 4 ++-- lib/stdlib/doc/src/queue.xml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) 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 diff --git a/lib/kernel/doc/src/heart.xml b/lib/kernel/doc/src/heart.xml index 864f8facac..59a046bf4d 100644 --- a/lib/kernel/doc/src/heart.xml +++ b/lib/kernel/doc/src/heart.xml @@ -83,7 +83,7 @@ :

 % erl -heart -env HEART_KILL_SIGNAL SIGABRT ...
-

If heart should not kill the Erlang runtime system, this can be indicated +

If heart should not kill the Erlang runtime system, this can be indicated using the environment variable . This can be useful if the command executed by heart takes care of this, for example as part of a specific cleanup sequence. diff --git a/lib/kernel/doc/src/kernel_app.xml b/lib/kernel/doc/src/kernel_app.xml index dc0291babe..fb6421e1c5 100644 --- a/lib/kernel/doc/src/kernel_app.xml +++ b/lib/kernel/doc/src/kernel_app.xml @@ -215,16 +215,16 @@

Defines the First..Last port range for the listener socket of a distributed Erlang node.

- {inet_dist_listen_options, Opts} +

Defines a list of extra socket options to be used when opening the listening socket for a distributed Erlang node. See gen_tcp:listen/2.

- {inet_dist_connect_options, Opts} +

Defines a list of extra socket options to be used when connecting to other distributed Erlang nodes. See gen_tcp:connect/4.

diff --git a/lib/stdlib/doc/src/queue.xml b/lib/stdlib/doc/src/queue.xml index a46ca47033..9f3aff03a3 100644 --- a/lib/stdlib/doc/src/queue.xml +++ b/lib/stdlib/doc/src/queue.xml @@ -401,7 +401,7 @@
- v + Remove the tail item from a queue.

Returns a queue Q2 that is the result of removing -- cgit v1.2.3