aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/heart.xml
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-09-01 08:25:44 +0200
committerHans Bolinder <[email protected]>2016-09-01 08:25:44 +0200
commit27cd15570cc45388cae5ec710f663e571c920c0c (patch)
tree4eb1aa288b729d909df52e44cb7855e92efa9078 /lib/kernel/doc/src/heart.xml
parent92e4f66d21f8521927f2bbccf2ac33e75b7ca55f (diff)
parent155932b26c4b65412a4ef3a28922f0e8d276b919 (diff)
downloadotp-27cd15570cc45388cae5ec710f663e571c920c0c.tar.gz
otp-27cd15570cc45388cae5ec710f663e571c920c0c.tar.bz2
otp-27cd15570cc45388cae5ec710f663e571c920c0c.zip
Merge branch 'maint'
* maint: Fix xmllint-warnings
Diffstat (limited to 'lib/kernel/doc/src/heart.xml')
-rw-r--r--lib/kernel/doc/src/heart.xml2
1 files changed, 1 insertions, 1 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.