aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/doc/src/heart.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2016-06-03 11:43:47 +0200
committerLukas Larsson <[email protected]>2016-06-03 11:43:47 +0200
commit85996c92853e90cb233a1405b1c8c7bb1b8ca54e (patch)
tree31a39b2f82adee6f34cb83d8cc66e786006b65ae /lib/kernel/doc/src/heart.xml
parent45a4a46333b1e8e6f66ba923deaf947a67ae7737 (diff)
downloadotp-85996c92853e90cb233a1405b1c8c7bb1b8ca54e.tar.gz
otp-85996c92853e90cb233a1405b1c8c7bb1b8ca54e.tar.bz2
otp-85996c92853e90cb233a1405b1c8c7bb1b8ca54e.zip
erts: make HEART_NO_KILL have to be set to TRUE
Diffstat (limited to 'lib/kernel/doc/src/heart.xml')
-rw-r--r--lib/kernel/doc/src/heart.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/kernel/doc/src/heart.xml b/lib/kernel/doc/src/heart.xml
index bfb4ce45e6..1ad6a04b75 100644
--- a/lib/kernel/doc/src/heart.xml
+++ b/lib/kernel/doc/src/heart.xml
@@ -90,10 +90,11 @@
% <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
- using the environment variable <c><![CDATA[HEART_NO_KILL]]></c>.
+ 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.
- If unset, the default behaviour will be to kill as described above.
+ If unset, or not set to <c><![CDATA[TRUE]]></c>, the default behaviour
+ will be to kill as described above.
</p>
<pre>