diff options
author | Hans Bolinder <[email protected]> | 2016-09-01 08:22:51 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-09-01 08:22:51 +0200 |
commit | 155932b26c4b65412a4ef3a28922f0e8d276b919 (patch) | |
tree | 1ceeb55916ed544b54e5014ee71d3320df4e3f17 /lib | |
parent | 0d36aebf9384cc7d86d74bb328b1257737722002 (diff) | |
parent | fc69b92df1b6ad6487259ab0e24db9a0c3f3fb77 (diff) | |
download | otp-155932b26c4b65412a4ef3a28922f0e8d276b919.tar.gz otp-155932b26c4b65412a4ef3a28922f0e8d276b919.tar.bz2 otp-155932b26c4b65412a4ef3a28922f0e8d276b919.zip |
Merge branch 'hasse/doc/fix_xmllint_warnings' into maint
* hasse/doc/fix_xmllint_warnings:
Fix xmllint-warnings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kernel/doc/src/heart.xml | 2 | ||||
-rw-r--r-- | lib/kernel/doc/src/kernel_app.xml | 4 | ||||
-rw-r--r-- | lib/stdlib/doc/src/queue.xml | 2 |
3 files changed, 4 insertions, 4 deletions
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 @@ <c><![CDATA[SIGKILL]]></c>:</p> <pre> % <input>erl -heart -env HEART_KILL_SIGNAL SIGABRT ...</input></pre> - <p> If heart should <b>not</b> kill the Erlang runtime system, this can be indicated + <p> If heart should <em>not</em> kill the Erlang runtime system, this can be indicated using the environment variable <c><![CDATA[HEART_NO_KILL=TRUE]]></c>. 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 @@ <p>Defines the <c>First..Last</c> port range for the listener socket of a distributed Erlang node.</p> </item> - <marker id="inet_dist_listen_options"></marker> <tag><c>{inet_dist_listen_options, Opts}</c></tag> <item> + <marker id="inet_dist_listen_options"></marker> <p>Defines a list of extra socket options to be used when opening the listening socket for a distributed Erlang node. See <seealso marker="gen_tcp#listen/2"><c>gen_tcp:listen/2</c></seealso>.</p> </item> - <marker id="inet_dist_connect_options"></marker> <tag><c>{inet_dist_connect_options, Opts}</c></tag> <item> + <marker id="inet_dist_connect_options"></marker> <p>Defines a list of extra socket options to be used when connecting to other distributed Erlang nodes. See <seealso marker="gen_tcp#connect/4"><c>gen_tcp:connect/4</c></seealso>.</p> 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 @@ </func> <func> - <name name="liat" arity="1"/>v + <name name="liat" arity="1"/> <fsummary>Remove the tail item from a queue.</fsummary> <desc> <p>Returns a queue <c><anno>Q2</anno></c> that is the result of removing |