diff options
author | Maria Scott <67057258+Maria-12648430@users.noreply.github.com> | 2021-04-15 14:06:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 14:06:58 +0200 |
commit | 0a52f1104b9a8198e06dbdb0ab1148aee03d75d7 (patch) | |
tree | f69e74d8f23078eb403b353fef4c143b6e88a962 /lib/stdlib | |
parent | 912d1fee264963007748a4b64ad139c6fa595d36 (diff) | |
download | erlang-0a52f1104b9a8198e06dbdb0ab1148aee03d75d7.tar.gz |
Update lib/stdlib/doc/src/supervisor.xml
Co-authored-by: Lukas Larsson <garazdawi@gmail.com>
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/supervisor.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/supervisor.xml b/lib/stdlib/doc/src/supervisor.xml index 8520952010..4d7b850b71 100644 --- a/lib/stdlib/doc/src/supervisor.xml +++ b/lib/stdlib/doc/src/supervisor.xml @@ -175,7 +175,7 @@ sup_flags() = #{strategy => strategy(), % optional </item> </list> - <p>For more information, see the paragraph + <p>For more information, see the section <seeguide marker="system/design_principles:sup_princ#automatic-shutdown">Automatic Shutdown</seeguide> in Supervisor Behavior in OTP Design Principles.</p> @@ -817,4 +817,3 @@ child_spec() = #{id => child_id(), % mandatory <seeerl marker="sys"><c>sys(3)</c></seeerl></p> </section> </erlref> - |