diff options
author | Siri Hansen <[email protected]> | 2017-04-20 10:34:57 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2017-04-20 10:34:57 +0200 |
commit | d175a0741126e53f6caa1f3e2be32ea1864c433e (patch) | |
tree | 1bb6625924a84f2320ff2afac2305b423e560261 | |
parent | 9e104d8cb7bf78088ed7fb06e1824a299d31c0bc (diff) | |
download | otp-d175a0741126e53f6caa1f3e2be32ea1864c433e.tar.gz otp-d175a0741126e53f6caa1f3e2be32ea1864c433e.tar.bz2 otp-d175a0741126e53f6caa1f3e2be32ea1864c433e.zip |
Fix xmllint warning in Design Principles/Supervisor Behaviour
-rw-r--r-- | system/doc/design_principles/sup_princ.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/sup_princ.xml b/system/doc/design_principles/sup_princ.xml index 478d1bf714..ec6e947b18 100644 --- a/system/doc/design_principles/sup_princ.xml +++ b/system/doc/design_principles/sup_princ.xml @@ -206,7 +206,7 @@ SupFlags = #{intensity => MaxR, period => MaxT, ...}</code> On the other hand, if it is more important that you keep trying even at a high failure rate, you might want a sustained rate of as much as 1-2 restarts per second.</p> - <p>Avoiding common mistakes: + <p>Avoiding common mistakes:</p> <list type="bulleted"> <item> <p>Do not forget to consider the burst rate. If you set intensity @@ -236,7 +236,7 @@ SupFlags = #{intensity => MaxR, period => MaxT, ...}</code> most 3 restarts for the top level supervisor might be a better choice in this case.</p> </item> - </list></p> + </list> </section> </section> |