diff options
author | Lars Thorsen <[email protected]> | 2016-05-17 08:40:03 +0200 |
---|---|---|
committer | Lars Thorsen <[email protected]> | 2016-06-01 14:38:36 +0200 |
commit | 3664cd6ae6671c04217070e3c5e9d5938e0423bf (patch) | |
tree | 756118944b0398775e96fb72ad56ab88292e85f8 | |
parent | 50f0293a843872b7982ad7631ac07fa652f4d16c (diff) | |
download | otp-3664cd6ae6671c04217070e3c5e9d5938e0423bf.tar.gz otp-3664cd6ae6671c04217070e3c5e9d5938e0423bf.tar.bz2 otp-3664cd6ae6671c04217070e3c5e9d5938e0423bf.zip |
Correct usage of marker tag
-rw-r--r-- | system/doc/design_principles/sup_princ.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml index a77b3964fc..0a24e97950 100644 --- a/system/doc/design_principles/sup_princ.xml +++ b/system/doc/design_principles/sup_princ.xml @@ -80,8 +80,8 @@ init(_Args) -> </section> <section> - <title>Supervisor Flags</title> <marker id="flags"/> + <title>Supervisor Flags</title> <p>This is the type definition for the supervisor flags:</p> <code type="none"><![CDATA[ sup_flags() = #{strategy => strategy(), % optional @@ -106,9 +106,8 @@ sup_flags() = #{strategy => strategy(), % optional </section> <section> - <marker id="strategy"></marker> + <marker id="strategy"/> <title>Restart Strategy</title> - <p> The restart strategy is specified by the <c>strategy</c> key in the supervisor flags map returned by the callback function <c>init</c>:</p> |