diff options
author | Richard Carlsson <[email protected]> | 2015-12-01 11:25:12 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2016-05-20 18:39:23 +0200 |
commit | be353901879b3cccda7cd01947936cf1550dea04 (patch) | |
tree | de27e9109f893f84915e5b304f2d67792cf31c54 /erts/doc | |
parent | f1be30c44044e7bb0167a34d234b6b2322328def (diff) | |
download | otp-be353901879b3cccda7cd01947936cf1550dea04.tar.gz otp-be353901879b3cccda7cd01947936cf1550dea04.tar.bz2 otp-be353901879b3cccda7cd01947936cf1550dea04.zip |
Check exit status in init:stop/1 and simplify documentation
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/init.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/erts/doc/src/init.xml b/erts/doc/src/init.xml index 84a5aea335..3546099fad 100644 --- a/erts/doc/src/init.xml +++ b/erts/doc/src/init.xml @@ -178,14 +178,8 @@ <name name="stop" arity="0"/> <fsummary>Take down an Erlang node smoothly</fsummary> <desc> - <p>All applications are taken down smoothly, all code is - unloaded, and all ports are closed before the system - terminates. If the <c>-heart</c> command line flag was given, - the <c>heart</c> program is terminated before the Erlang node - terminates. Refer to <c>heart(3)</c> for more information.</p> - <p>To limit the shutdown time, the time <c>init</c> is allowed - to spend taking down applications, the <c>-shutdown_time</c> - command line flag should be used.</p> + <p>The same as + <seealso marker="#stop/1"><c>stop(0)</c></seealso>.</p> </desc> </func> <func> |